File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
helm/olmv1/templates/rbac Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ metadata:
88 labels :
99 app.kubernetes.io/name : operator-controller
1010 {{- include "olmv1.labels" $ | nindent 4 }}
11+ {{- if has "BoxcutterRuntime" .Values.operatorControllerFeatures }}
12+ name : operator-controller-manager-admin-rolebinding
13+ {{- else }}
1114 name : operator-controller-manager-rolebinding
15+ {{- end }}
1216roleRef :
1317 apiGroup : rbac.authorization.k8s.io
1418 kind : ClusterRole
Original file line number Diff line number Diff line change @@ -1688,7 +1688,7 @@ metadata:
16881688 labels :
16891689 app.kubernetes.io/name : operator-controller
16901690 app.kubernetes.io/part-of : olm
1691- name : operator-controller-manager-rolebinding
1691+ name : operator-controller-manager-admin- rolebinding
16921692roleRef :
16931693 apiGroup : rbac.authorization.k8s.io
16941694 kind : ClusterRole
Original file line number Diff line number Diff line change @@ -1653,7 +1653,7 @@ metadata:
16531653 labels :
16541654 app.kubernetes.io/name : operator-controller
16551655 app.kubernetes.io/part-of : olm
1656- name : operator-controller-manager-rolebinding
1656+ name : operator-controller-manager-admin- rolebinding
16571657roleRef :
16581658 apiGroup : rbac.authorization.k8s.io
16591659 kind : ClusterRole
You can’t perform that action at this time.
0 commit comments