summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-14 15:32:52 +0300
committerPaul Buetow <paul@buetow.org>2026-04-14 15:32:52 +0300
commited68845e261c54d99d17cae1e177884f568078bb (patch)
treea336bc6dce233a3f545dae447e687992a0861fbd
parent112cf5742d65ac41ffd94680d4dce349626010a4 (diff)
Adjust goprecords runtime permissions for cluster storage.
Run the goprecords pod as root and keep the hostPath PV type aligned with the existing immutable volume configuration so ArgoCD can sync cleanly while the service can create and open its auth database on the shared stats path. Made-with: Cursor
-rw-r--r--f3s/goprecords/helm-chart/templates/persistent-volumes.yaml2
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