fix: take additional EBS volume into account to prevent exhausting EBS volumes limit
This commit is contained in:
parent
45dfe7726c
commit
e337776cde
@ -11,6 +11,7 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
volumeBindingMode: WaitForFirstConsumer
|
||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
|
allowVolumeExpansion: true
|
||||||
parameters:
|
parameters:
|
||||||
storage: lvm
|
storage: lvm
|
||||||
vgpattern: {{ default "openebs.*" ( index .Values "lvm-localpv" "storageClass" "vgpattern") }}
|
vgpattern: {{ default "openebs.*" ( index .Values "lvm-localpv" "storageClass" "vgpattern") }}
|
||||||
|
Loading…
Reference in New Issue
Block a user