From ed68845e261c54d99d17cae1e177884f568078bb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Apr 2026 15:32:52 +0300 Subject: 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 --- f3s/goprecords/helm-chart/templates/persistent-volumes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3