update clusterrole.yaml (#2762)
* update clusterrole.yaml * Update charts/postgres-operator/templates/clusterrole.yaml --------- Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
This commit is contained in:
parent
bb73334682
commit
d21466dbc4
|
|
@ -140,8 +140,8 @@ rules:
|
|||
- delete
|
||||
- get
|
||||
- list
|
||||
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
|
||||
- patch
|
||||
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
|
||||
- update
|
||||
{{- end }}
|
||||
# to read existing PVs. Creation should be done via dynamic provisioning
|
||||
|
|
|
|||
Loading…
Reference in New Issue