From 9faca4a3d27b89c8473905455453f824c2efb78d Mon Sep 17 00:00:00 2001 From: Rick Gardner Date: Tue, 24 Feb 2026 22:06:24 -0500 Subject: [PATCH] setting id of grafana user explicitly to avoid a chown that's failing --- clusters/hlcl1/apps/monitoring/chart/helmrelease.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clusters/hlcl1/apps/monitoring/chart/helmrelease.yaml b/clusters/hlcl1/apps/monitoring/chart/helmrelease.yaml index 4b1cf07..207cb99 100644 --- a/clusters/hlcl1/apps/monitoring/chart/helmrelease.yaml +++ b/clusters/hlcl1/apps/monitoring/chart/helmrelease.yaml @@ -28,6 +28,12 @@ spec: values: grafana: enabled: true + initChownData: + enabled: false + securityContext: + runAsUser: 472 + runAsGroup: 472 + fsGroup: 472 adminUser: admin adminPassword: "" # Overridden by existingSecret below admin: