about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 00:32:21 +0200
committermakefunstuff <[email protected]>2024-06-29 00:32:21 +0200
commit20e36a92419b870ea6116f1d36dedd958844fbe6 (patch)
treef29e4846e356b2121ff4d3aaca1afbefbdb533d1 /tools
parentbe9fd1e8f211d26b921cdac4c3e8cd0b2f8157bd (diff)
downloadk3s-lab-20e36a92419b870ea6116f1d36dedd958844fbe6.tar.gz
string not bool
Diffstat (limited to '')
-rw-r--r--tools/grafana/values.yaml4
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