From 0f043b4d8e9f1b467476b7c59548e9cc42e7cbd8 Mon Sep 17 00:00:00 2001 From: closetool Date: Tue, 25 Apr 2023 15:58:49 +0800 Subject: [PATCH] fix: do not configure grafana host in minimal installation Signed-off-by: closetool --- charts/horizon/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index b23ca2f..b05f886 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -68,7 +68,7 @@ config: skipVerify: true s3ForcePathStyle: true grafanaConfig: - host: "http://grafana.h8r.site" + host: "{{ if not .Values.tags.minimal }}http://grafana.h8r.site{{ end }}" namespace: "{{ .Release.Namespace }}" dashboards: # label that the configmaps with dashboards are marked with