We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a572b commit c930c9aCopy full SHA for c930c9a
manifests/templates/deployment/rbac.yaml
@@ -57,10 +57,9 @@ subjects:
57
## the ArangoDeployment operator to the default service account
58
## the is being used to run the operator deployment.
59
apiVersion: rbac.authorization.k8s.io/v1beta1
60
-kind: RoleBinding
+kind: ClusterRoleBinding
61
metadata:
62
- name: {{ .Deployment.Operator.RoleBindingName }}
63
- namespace: {{ .Deployment.Operator.Namespace }}
+ name: {{ .Deployment.Operator.RoleBindingName }}-{{ .Deployment.Operator.Namespace }}
64
roleRef:
65
apiGroup: rbac.authorization.k8s.io
66
kind: ClusterRole
0 commit comments