From 2296dae803b42153ad168193925dae7da911adef Mon Sep 17 00:00:00 2001 From: emelinda Date: Thu, 30 Jul 2026 20:04:12 +0300 Subject: [PATCH] Disable `initChownData` in Grafana configuration within Prometheus Stack. --- clusters/wb/infrastructure/patches/prometheus-stack.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/clusters/wb/infrastructure/patches/prometheus-stack.yaml b/clusters/wb/infrastructure/patches/prometheus-stack.yaml index 39407e1..8a78062 100644 --- a/clusters/wb/infrastructure/patches/prometheus-stack.yaml +++ b/clusters/wb/infrastructure/patches/prometheus-stack.yaml @@ -98,13 +98,7 @@ spec: runAsGroup: 472 fsGroup: 472 initChownData: - enabled: true - securityContext: - runAsNonRoot: false - runAsUser: 0 - capabilities: - add: ["CHOWN"] - drop: ["ALL"] + enabled: false adminUser: grafana-admin admin: existingSecret: grafana-admin