diff options
| -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 |
