diff options
| -rw-r--r-- | f3s/goprecords/helm-chart/templates/persistent-volumes.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/goprecords/helm-chart/templates/persistent-volumes.yaml b/f3s/goprecords/helm-chart/templates/persistent-volumes.yaml index 3559be4..38899c5 100644 --- a/f3s/goprecords/helm-chart/templates/persistent-volumes.yaml +++ b/f3s/goprecords/helm-chart/templates/persistent-volumes.yaml @@ -11,7 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain hostPath: path: /data/nfs/k3svolumes/goprecords/stats - type: DirectoryOrCreate + type: Directory --- apiVersion: v1 kind: PersistentVolumeClaim |
