From 027346317e72e7a7c93bd3fdc0f371876b3c1c86 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Sat, 29 Jun 2024 21:30:18 +0300 Subject: use env --- tools/grafana/values.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tools/grafana') diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index 71479d9..9190cf4 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -2,10 +2,7 @@ global: namespace: monitoring grafana: - extraSecretMounts: - - name: es-creds - mountPath: /etc/grafana/es-creds - secretName: log-storage-es-elastic-user + envFromSecret: log-storage-es-elastic-user extraLabels: elasticsearch-master-http-client: "true" service: @@ -51,8 +48,8 @@ grafana: url: https://log-storage-es-http.monitoring.svc.cluster.local:9200 access: proxy basicAuth: true - basicAuthUser: elastic - basicAuthPassword: /etc/grafana/es-creds/elastic + basicAuthUser: "elastic" + basicAuthPassword: elastic jsonData: esVersion: 70 tlsSkipVerify: true -- cgit 1.4.1-2-gfad0