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 847f2bc commit 19bec24Copy full SHA for 19bec24
helm/templates/grafana/deployment.yaml
@@ -42,7 +42,7 @@ spec:
42
- name: GF_SERVER_ROOT_URL
43
value: "https://opensampl-test.ornl.gov/grafana"
44
- name: GF_SERVER_SERVE_FROM_SUB_PATH
45
- value: "true"
+ value: {{ .Values.grafana.serveFromSubPath | default "false" | quote }}
46
readinessProbe:
47
httpGet:
48
path: /login
0 commit comments