From 8f7134b462d28993f18699fbf5409eae7b38581d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 11 Jul 2024 21:11:29 -0500 Subject: [PATCH] volume expansion --- .../apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml b/kubernetes/apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml index 54406e0..47a1046 100644 --- a/kubernetes/apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml +++ b/kubernetes/apps/openebs-system/openebs/app/sc-local-hostpath-nvme1.yaml @@ -10,5 +10,6 @@ metadata: - name: BasePath value: /var/mnt/nvme1 provisioner: openebs.io/local +allowVolumeExpansion: true reclaimPolicy: Delete volumeBindingMode: WaitForFirstConsumer