Skip to content
Snippets Groups Projects
Commit f2b77055 authored by Erik Kristensen's avatar Erik Kristensen Committed by David Ko
Browse files

indicate volume expansion is possible

parent 08ba8c03
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ metadata:
provisioner: rancher.io/local-path
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: Delete
allowVolumeExpansion: true
---
......
......@@ -12,4 +12,5 @@ metadata:
provisioner: {{ template "local-path-provisioner.provisionerName" . }}
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: {{ .Values.storageClass.reclaimPolicy }}
allowVolumeExpansion: true
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment