Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
add allowVolumeExpansion: true to localpv hostpath provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Feb 14, 2024
1 parent 9c3239c commit f5372c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ metadata:
provisioner: openebs.io/local
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: {{ .Values.localprovisioner.hostpathClass.reclaimPolicy }}
allowVolumeExpansion: true
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit f5372c7

Please sign in to comment.