Skip to content

Commit 774f85a

Browse files
committed
ops-dashboard: use GRAFANA_PROXY_HOST for whitelist-domain
This was never set before and i assume the whitelist feature was deactivated. This got lost when renaming GRAFANA_HOST to GRAFANA_PROXY_HOST.
1 parent 0a16651 commit 774f85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ops/ops-dashboard/values.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ grafana-proxy:
55
hosts:
66
- {{ .Environment.Values | getOrNil "GRAFANA_PROXY_HOST" | required "GRAFANA_PROXY_HOST is required" | quote }}
77
extraArgs:
8-
whitelist-domain: {{ .Environment.Values | getOrNil "GRAFANA_HOST" }}
8+
whitelist-domain: {{ .Environment.Values | getOrNil "GRAFANA_PROXY_HOST" | required "GRAFANA_PROXY_HOST is required" | quote }}
99
provider: github
1010
github-org: ecamp
1111
upstream: http://kube-prometheus-stack-grafana.kube-prometheus-stack.svc.cluster.local:80

0 commit comments

Comments
 (0)