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 c216e2e commit e2cbbdcCopy full SHA for e2cbbdc
deploy/helm/secret-operator/templates/roles.yaml
@@ -45,11 +45,13 @@ metadata:
45
rules:
46
# Required to maintain the CRD. The operator needs to do this, as it needs to enter e.g. it's
47
# generated certificate in the conversion webhook.
48
+ {{- if .Values.maintenance.customResourceDefinitions.maintain }}
49
- apiGroups: [apiextensions.k8s.io]
50
resources: [customresourcedefinitions]
51
verbs:
52
- create
53
- patch
54
+ {{- end }}
55
- apiGroups:
56
- ""
57
resources:
0 commit comments