Skip to content

Commit

Permalink
fix(base-cluster/grafana): fix lintin issues
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Werner Rau <cwr@teuto.net>
  • Loading branch information
tasches and cwrau authored Jun 28, 2024
1 parent 5989268 commit f0061f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{- define "base-cluster.prometheus-stack.grafana.ini.ingress" -}}
{{- $host := printf "https://%s" (include "base-cluster.grafana.host" .context) -}}
server:
root_url: {{ $host }}
auth:
signout_redirect_url: {{ $host }}
server:
root_url: {{ $host }}
{{- end -}}

{{- define "base-cluster.prometheus-stack.grafana.ini.oauth" -}}
Expand Down

0 comments on commit f0061f1

Please sign in to comment.