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
|
- delete
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
|
|
||||||
- patch
|
- patch
|
||||||
|
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
|
||||||
- update
|
- update
|
||||||
{{- end }}
|
{{- end }}
|
||||||
# to read existing PVs. Creation should be done via dynamic provisioning
|
# to read existing PVs. Creation should be done via dynamic provisioning
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue