summaryrefslogtreecommitdiff
path: root/f3s/loki
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/loki
parentf86fb7239459748b815ba655c82fee338d69c5f5 (diff)
not OrCreate
Diffstat (limited to 'f3s/loki')
-rw-r--r--f3s/loki/persistent-volumes.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/loki/persistent-volumes.yaml b/f3s/loki/persistent-volumes.yaml
index e9f5ea7..d728eff 100644
--- a/f3s/loki/persistent-volumes.yaml
+++ b/f3s/loki/persistent-volumes.yaml
@@ -11,7 +11,7 @@ spec:
persistentVolumeReclaimPolicy: Retain
hostPath:
path: /data/nfs/k3svolumes/loki/data
- type: DirectoryOrCreate
+ type: Directory
---
apiVersion: v1
kind: PersistentVolumeClaim