We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1940840 + af04466 commit 115ea92Copy full SHA for 115ea92
2 files changed
charts/monitor/charts/grafana/templates/monitor-grafana-deployment.yaml
@@ -68,6 +68,8 @@ spec:
68
value: {{.Values.user}}
69
- name: "DEFAULT_USER_PASSWORD"
70
value: {{.Values.password}}
71
+ - name: "ALLOW_SIGN_UP"
72
+ value: {{.Values.allow_sign_up | quote}}
73
ports:
74
- containerPort: 3500
75
name: ui
charts/monitor/values.yaml
@@ -2,6 +2,7 @@ grafana:
2
org: "deisci"
3
pull_policy: "Always"
4
docker_tag: canary
5
+ allow_sign_up: "true"
6
# limits_cpu: "100m"
7
# limits_memory: "50Mi"
8
persistence:
0 commit comments