Aligns the standalone config/rbac manifest with the sqs namespace used throughout the new k8s/ Helm charts.
13 lines
268 B
YAML
13 lines
268 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: queue-operator
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: queue-operator
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: queue-operator
|
|
namespace: sqs
|