diff options
author | makefunstuff <[email protected]> | 2024-06-29 20:33:47 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 20:33:47 +0200 |
commit | 83fdb3ed155725a214774a09e8f255a5a9e02d7c (patch) | |
tree | 0eea2eea64ed14ae346eba7838ab2639c0923c2e /tools | |
parent | 8198492430f91a7955d11b99d71b5aec82462f0f (diff) | |
download | k3s-lab-83fdb3ed155725a214774a09e8f255a5a9e02d7c.tar.gz |
value
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 35d7925..098ee89 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 |