Skip to content

Commit 7c93b65

Browse files
committed
some modifications
1 parent 6cea6c4 commit 7c93b65

File tree

1 file changed

+9
-23
lines changed

1 file changed

+9
-23
lines changed

setup/helm/operator/templates/operator-service-account-rbac-openshift.yaml

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,16 @@ rules:
3535
- get
3636
- list
3737
- watch
38-
# all verbs allowed for event streams (Zalando-internal feature)
39-
# - apiGroups:
40-
# - zalando.org
41-
# resources:
42-
# - fabriceventstreams
43-
# verbs:
44-
# - create
45-
# - delete
46-
# - deletecollection
47-
# - get
48-
# - list
49-
# - patch
50-
# - update
51-
# - watch
5238
# to create or get/update CRDs when starting up
53-
# - apiGroups:
54-
# - apiextensions.k8s.io
55-
# resources:
56-
# - customresourcedefinitions
57-
# verbs:
58-
# - create
59-
# - get
60-
# - patch
61-
# - update
39+
- apiGroups:
40+
- apiextensions.k8s.io
41+
resources:
42+
- customresourcedefinitions
43+
verbs:
44+
- create
45+
- get
46+
- patch
47+
- update
6248
# to read configuration and manage ConfigMaps used by Patroni
6349
- apiGroups:
6450
- ""

0 commit comments

Comments
 (0)