We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a16651 commit 774f85aCopy full SHA for 774f85a
.ops/ops-dashboard/values.yaml.gotmpl
@@ -5,7 +5,7 @@ grafana-proxy:
5
hosts:
6
- {{ .Environment.Values | getOrNil "GRAFANA_PROXY_HOST" | required "GRAFANA_PROXY_HOST is required" | quote }}
7
extraArgs:
8
- whitelist-domain: {{ .Environment.Values | getOrNil "GRAFANA_HOST" }}
+ whitelist-domain: {{ .Environment.Values | getOrNil "GRAFANA_PROXY_HOST" | required "GRAFANA_PROXY_HOST is required" | quote }}
9
provider: github
10
github-org: ecamp
11
upstream: http://kube-prometheus-stack-grafana.kube-prometheus-stack.svc.cluster.local:80
0 commit comments