Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Grafana: Provide root_url in grafana.ini conf #547

Merged
merged 1 commit into from
Jun 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkg/components/prometheus-operator/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ grafana:
- hosts:
- {{ .Grafana.Ingress.Host }}
secretName: {{ .Grafana.Ingress.Host }}-tls
grafana.ini:
server:
root_url: https://{{ .Grafana.Ingress.Host }}
{{ end }}
{{ end }}

Expand Down