Skip to content

Commit

Permalink
fix: do not configure grafana host in minimal installation
Browse files Browse the repository at this point in the history
Signed-off-by: closetool <[email protected]>
  • Loading branch information
kilosonc committed Apr 25, 2023
1 parent 4e430b5 commit 0f043b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f043b4

Please sign in to comment.