diff options
author | makefunstuff <[email protected]> | 2024-06-29 19:51:30 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 19:51:30 +0200 |
commit | bc2aae3d5ab010ca8df13461935eb78559a5f8c1 (patch) | |
tree | 376393c70f45bfbb753e32d273308798376f6666 | |
parent | 61a42182fa14a41984c36e84883f0416a5c02f0e (diff) | |
download | k3s-lab-bc2aae3d5ab010ca8df13461935eb78559a5f8c1.tar.gz |
mount secrets
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index 43a0890..f8b2a76 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -2,10 +2,10 @@ global: namespace: monitoring grafana: - extraVolumes: + extraSecretMounts: - name: es-certs - secret: - secretName: log-storage-es-http-certs-public + mountPath: /etc/grafana/es-certs + secretName: log-storage-es-http-certs-internal extraLabels: elasticsearch-master-http-client: "true" service: |