Skip to content

Commit d21466d

Browse files
prasadkrisFxKu
andauthored
update clusterrole.yaml (zalando#2762)
* update clusterrole.yaml * Update charts/postgres-operator/templates/clusterrole.yaml --------- Co-authored-by: Felix Kunde <[email protected]>
1 parent bb73334 commit d21466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/postgres-operator/templates/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ rules:
140140
- delete
141141
- get
142142
- list
143-
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
144143
- patch
144+
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
145145
- update
146146
{{- end }}
147147
# to read existing PVs. Creation should be done via dynamic provisioning

0 commit comments

Comments
 (0)