diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/grafana/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index 07edc27..12c21e1 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -4,11 +4,11 @@ global: grafana: deployment: labels: - elasticsearch-master-http-client: true + elasticsearch-master-http-client: "true" app.kubernetes.io/name: grafana service: labels: - elasticsearch-master-http-client: true + elasticsearch-master-http-client: "true" app.kubernetes.io/name: grafana ingress: enabled: true |