diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-24 09:58:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-24 09:58:51 +0300 |
| commit | 1f71e37bc5bcb169534b6c16f4b3d78073a5a52e (patch) | |
| tree | 06e294d166ec39c4768b07a19d0fa2b5bf6fa0fe | |
| parent | b2d0fc7a5e0fc9a3693de1ff8f83cc7fb08089f9 (diff) | |
fix
| -rw-r--r-- | f3s/prometheus/persistence-values.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/f3s/prometheus/persistence-values.yaml b/f3s/prometheus/persistence-values.yaml index 5bdd996..8042369 100644 --- a/f3s/prometheus/persistence-values.yaml +++ b/f3s/prometheus/persistence-values.yaml @@ -19,12 +19,9 @@ grafana: type: pvc existingClaim: "grafana-data-pvc" - # Disable the init container that chowns the data directory. - # This is necessary when using NFS volumes, as the chown operation will fail. - initChownData: false + initChownData: + enabled: false - # Set the security context for the grafana pod. - # The fsGroup should match the group that owns the data directory on the NFS server. podSecurityContext: fsGroup: 911 runAsUser: 911 |
