We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d8717 commit d179042Copy full SHA for d179042
deploy/helm/zookeeper-operator/templates/roles.yaml
@@ -98,12 +98,12 @@ rules:
98
resources:
99
- customresourcedefinitions
100
verbs:
101
+ - get
102
# Required to maintain the CRD. The operator needs to do this, as it needs to enter e.g. it's
103
# generated certificate in the conversion webhook.
104
{{- if .Values.maintenance.customResourceDefinitions.maintain }}
105
- create
106
- patch
- - get
107
# Required for startup condition
108
- list
109
- watch
0 commit comments