Skip to content

Commit 19bec24

Browse files
author
7va
committed
add subpath value for grafana
1 parent 847f2bc commit 19bec24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/grafana/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- name: GF_SERVER_ROOT_URL
4343
value: "https://opensampl-test.ornl.gov/grafana"
4444
- name: GF_SERVER_SERVE_FROM_SUB_PATH
45-
value: "true"
45+
value: {{ .Values.grafana.serveFromSubPath | default "false" | quote }}
4646
readinessProbe:
4747
httpGet:
4848
path: /login

0 commit comments

Comments
 (0)