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

add allowVolumeExpansion: true to localpv hostpath provisioner #345

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 3.10.0
version: 3.10.1
name: openebs
appVersion: 3.10.0
description: Containerized Attached Storage for Kubernetes
Expand Down
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