Skip to content

Commit

Permalink
Merge pull request #190 from jchauncey/update-allow-signup
Browse files Browse the repository at this point in the history
feat(grafana): Allow users to set signup flag in chart
  • Loading branch information
jchauncey authored May 2, 2017
2 parents 1940840 + af04466 commit 115ea92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ spec:
value: {{.Values.user}}
- name: "DEFAULT_USER_PASSWORD"
value: {{.Values.password}}
- name: "ALLOW_SIGN_UP"
value: {{.Values.allow_sign_up | quote}}
ports:
- containerPort: 3500
name: ui
Expand Down
1 change: 1 addition & 0 deletions charts/monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ grafana:
org: "deisci"
pull_policy: "Always"
docker_tag: canary
allow_sign_up: "true"
# limits_cpu: "100m"
# limits_memory: "50Mi"
persistence:
Expand Down

0 comments on commit 115ea92

Please sign in to comment.