From e1566b46c90816e801f069b5347643dcbf718fa0 Mon Sep 17 00:00:00 2001 From: salasource Date: Wed, 11 Feb 2026 09:55:15 +0200 Subject: [PATCH] volume mount --- grafana.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grafana.yaml b/grafana.yaml index 507db84..aedc7cc 100644 --- a/grafana.yaml +++ b/grafana.yaml @@ -94,6 +94,8 @@ spec: volumeMounts: - name: grafana-storage mountPath: /var/lib/grafana + - name: config-datasources + mountPath: /etc/grafana/provisioning/datasources readinessProbe: httpGet: path: /api/health