diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 23:09:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 23:09:27 +0200 |
| commit | 7f4a18204126755efa3739356e4db0964c0cf1d7 (patch) | |
| tree | bd32c616ad49f3406fe92d253d0afb6ad20c823d /f3s/argocd | |
| parent | f86fb7239459748b815ba655c82fee338d69c5f5 (diff) | |
not OrCreate
Diffstat (limited to 'f3s/argocd')
| -rw-r--r-- | f3s/argocd/persistent-volumes.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/argocd/persistent-volumes.yaml b/f3s/argocd/persistent-volumes.yaml index d0d186e..6ece0af 100644 --- a/f3s/argocd/persistent-volumes.yaml +++ b/f3s/argocd/persistent-volumes.yaml @@ -15,7 +15,7 @@ spec: persistentVolumeReclaimPolicy: Retain hostPath: path: /data/nfs/k3svolumes/argocd/repo-server - type: DirectoryOrCreate + type: Directory --- apiVersion: v1 kind: PersistentVolumeClaim |
