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 }}
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
parameters:
|
||||
storage: lvm
|
||||
vgpattern: {{ default "openebs.*" ( index .Values "lvm-localpv" "storageClass" "vgpattern") }}
|
||||
|
Loading…
Reference in New Issue
Block a user