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 bb73334 commit d21466dCopy full SHA for d21466d
charts/postgres-operator/templates/clusterrole.yaml
@@ -140,8 +140,8 @@ rules:
140
- delete
141
- get
142
- list
143
-{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
144
- patch
+{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
145
- update
146
{{- end }}
147
# to read existing PVs. Creation should be done via dynamic provisioning
0 commit comments