From 91c19f07d3d69e9eff0feda75d41c5c3edff42f1 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Thu, 9 May 2024 16:35:46 +0100 Subject: [PATCH] Set default value for host again Signed-off-by: Michel Hollands --- charts/meta-monitoring/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 719dd0d..f7af36d 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -41,7 +41,7 @@ grafana: labels: {} # -- Hosts configuration for the gateway ingress, passed through the `tpl` function to allow templating hosts: - - host: "" + - host: monitoring.example.com paths: - path: / # -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.) might also be required by some Ingress Controllers