diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-27 22:46:51 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-27 22:46:51 +0200 |
| commit | 96c740e1806ea53d76d604fde10d784d2e3a59ab (patch) | |
| tree | 5dcd7b90ef828500c77a4314da902d1e3484af76 | |
| parent | 65535c3ab5fd5a164bfdeeefd0232b9e627c143c (diff) | |
change to directory
| -rw-r--r-- | f3s/opodsync/helm-chart/templates/persistent-volumes.yaml | 4 |
1 files 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 |
