Skip to content

Commit 8fe241c

Browse files
authored
reverted Role name to ibm-namespace-scope-operator to avoid ownership issues because authorize script creates Role name with nss-managed-role- (#371)
Signed-off-by: Henry Li <[email protected]>
1 parent 35f97f1 commit 8fe241c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/templates/00-rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
kind: Role
1212
apiVersion: rbac.authorization.k8s.io/v1
1313
metadata:
14-
name: nss-managed-role-from-{{ $operatorNamespace }}
14+
name: ibm-namespace-scope-operator
1515
namespace: {{ $i }}
1616
labels:
1717
component-id: {{ $chartName }}
@@ -108,7 +108,7 @@ subjects:
108108
roleRef:
109109
apiGroup: rbac.authorization.k8s.io
110110
kind: Role
111-
name: nss-managed-role-from-{{ $operatorNamespace }}
111+
name: ibm-namespace-scope-operator
112112
---
113113
{{- end }}
114114
kind: ServiceAccount

0 commit comments

Comments
 (0)