summaryrefslogtreecommitdiff
path: root/f3s/argocd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-30 23:09:27 +0200
committerPaul Buetow <paul@buetow.org>2026-01-30 23:09:27 +0200
commit7f4a18204126755efa3739356e4db0964c0cf1d7 (patch)
treebd32c616ad49f3406fe92d253d0afb6ad20c823d /f3s/argocd
parentf86fb7239459748b815ba655c82fee338d69c5f5 (diff)
not OrCreate
Diffstat (limited to 'f3s/argocd')
-rw-r--r--f3s/argocd/persistent-volumes.yaml2
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