about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/grafana/values.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml
index c72ed53..e3f9cc6 100644
--- a/tools/grafana/values.yaml
+++ b/tools/grafana/values.yaml
@@ -5,7 +5,7 @@ grafana:
   extraSecretMounts:
     - name: es-certs
       mountPath: /etc/grafana/es-certs
-      secretName: log-storage-es-http-certs-internal
+      secretName: log-storage-es-http-certs-public
   extraLabels:
     elasticsearch-master-http-client: "true"
   service:
@@ -55,5 +55,4 @@ grafana:
             esVersion: 70
             tlsAuth: true
             tlsClientCert: "/etc/grafana/es-certs/tls.crt"
-            tlsClientKey: "/etc/grafana/es-certs/tls.key"
             tlsCaCert: "/etc/grafana/es-certs/ca.crt"