Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove cluster rbac
  • Loading branch information
bluzarraga authored Feb 5, 2025
commit 0a9802fe8d27409201b3df94315e14b0630e9fe1
96 changes: 0 additions & 96 deletions helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,103 +203,7 @@ rules:
- patch
- update
- watch

---

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: ibm-common-service-operator
rules:
- apiGroups:
- ""
resourceNames:
- common-service-maps
resources:
- configmaps
verbs:
- delete
- update
- apiGroups:
- ""
resourceNames:
- cloud-native-postgresql-image-list
resources:
- configmaps
verbs:
- delete
- apiGroups:
- ""
resources:
- configmaps
verbs:
- create
- get
- list
- watch
- update
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- get
- list
- watch
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- config.openshift.io
resources:
- infrastructures
verbs:
- get
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
- clusterroles
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: ibm-common-service-operator
roleRef:
kind: ClusterRole
apiGroup: rbac.authorization.k8s.io
name: ibm-common-service-operator
subjects:
- kind: ServiceAccount
name: ibm-common-service-operator
namespace: {{ .Values.global.operatorNamespace }}

---

apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
Loading