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/loki | |
| parent | f86fb7239459748b815ba655c82fee338d69c5f5 (diff) | |
not OrCreate
Diffstat (limited to 'f3s/loki')
| -rw-r--r-- | f3s/loki/persistent-volumes.yaml | 2 |
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 |
