diff options
author | makefunstuff <[email protected]> | 2024-06-29 01:15:01 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 01:15:01 +0200 |
commit | 7eaf7210593dbe20f05cd0b86fb5edba0b22f1dd (patch) | |
tree | 65148dbfa2c4ba466aceeee347ae411344f8ef8d | |
parent | 20374f02527e8abd206a34130716bd4b1739e1d6 (diff) | |
download | k3s-lab-7eaf7210593dbe20f05cd0b86fb5edba0b22f1dd.tar.gz |
i love custom helm charts
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index 12c21e1..649aa25 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -2,10 +2,8 @@ global: namespace: monitoring grafana: - deployment: - labels: - elasticsearch-master-http-client: "true" - app.kubernetes.io/name: grafana + extraLabels: + elasticsearch-master-http-client: "true" service: labels: elasticsearch-master-http-client: "true" |