diff options
Diffstat (limited to 'tools')
-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" |