Skip to content

Commit

Permalink
feat(grafana): Allow users to set signup flag in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chauncey committed Apr 17, 2017
1 parent 977d0f3 commit af04466
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 af04466

Please sign in to comment.