From 96c740e1806ea53d76d604fde10d784d2e3a59ab Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 27 Oct 2025 22:46:51 +0200 Subject: change to directory --- f3s/opodsync/helm-chart/templates/persistent-volumes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f3s/opodsync/helm-chart/templates/persistent-volumes.yaml b/f3s/opodsync/helm-chart/templates/persistent-volumes.yaml index 0a6dedc..14de014 100644 --- a/f3s/opodsync/helm-chart/templates/persistent-volumes.yaml +++ b/f3s/opodsync/helm-chart/templates/persistent-volumes.yaml @@ -11,7 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain hostPath: path: /data/nfs/k3svolumes/opodsync/data - type: DirectoryOrCreate + type: Directory --- apiVersion: v1 kind: PersistentVolumeClaim @@ -24,4 +24,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi \ No newline at end of file + storage: 1Gi -- cgit v1.2.3