From 2519e726b23c8d638cbc3b7aa474022ee71d4a62 Mon Sep 17 00:00:00 2001 From: riotpiaole <19826264+Riotpiaole@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:32:09 -0700 Subject: [PATCH] fix: use sqs namespace in queue-operator ClusterRoleBinding Aligns the standalone config/rbac manifest with the sqs namespace used throughout the new k8s/ Helm charts. --- config/rbac/role_binding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rbac/role_binding.yaml b/config/rbac/role_binding.yaml index e78609d..61670d1 100644 --- a/config/rbac/role_binding.yaml +++ b/config/rbac/role_binding.yaml @@ -9,4 +9,4 @@ roleRef: subjects: - kind: ServiceAccount name: queue-operator - namespace: kmsvc + namespace: sqs