Skip to content

Commit 115ea92

Browse files
author
Jonathan Chauncey
authored
Merge pull request #190 from jchauncey/update-allow-signup
feat(grafana): Allow users to set signup flag in chart
2 parents 1940840 + af04466 commit 115ea92

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

charts/monitor/charts/grafana/templates/monitor-grafana-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ spec:
6868
value: {{.Values.user}}
6969
- name: "DEFAULT_USER_PASSWORD"
7070
value: {{.Values.password}}
71+
- name: "ALLOW_SIGN_UP"
72+
value: {{.Values.allow_sign_up | quote}}
7173
ports:
7274
- containerPort: 3500
7375
name: ui

charts/monitor/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ grafana:
22
org: "deisci"
33
pull_policy: "Always"
44
docker_tag: canary
5+
allow_sign_up: "true"
56
# limits_cpu: "100m"
67
# limits_memory: "50Mi"
78
persistence:

0 commit comments

Comments
 (0)