diff options
author | makefunstuff <[email protected]> | 2024-06-29 20:32:06 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 20:32:06 +0200 |
commit | 8198492430f91a7955d11b99d71b5aec82462f0f (patch) | |
tree | 272120a613ce25b9e487ed5c90b322005cc938a6 /tools | |
parent | 027346317e72e7a7c93bd3fdc0f371876b3c1c86 (diff) | |
download | k3s-lab-8198492430f91a7955d11b99d71b5aec82462f0f.tar.gz |
pass it
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index 9190cf4..35d7925 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -49,7 +49,7 @@ grafana: access: proxy basicAuth: true basicAuthUser: "elastic" - basicAuthPassword: elastic + basicAuthPassword: $elastic jsonData: esVersion: 70 tlsSkipVerify: true |