File tree Expand file tree Collapse file tree 1 file changed +9
-23
lines changed
setup/helm/operator/templates Expand file tree Collapse file tree 1 file changed +9
-23
lines changed Original file line number Diff line number Diff 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 - " "
You can’t perform that action at this time.
0 commit comments