mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 14:57:18 +08:00
Fixes typo in smtp enabled (#4566)
This commit is contained in:
committed by
GitHub
parent
beaaf12953
commit
8957d79d9c
@@ -24,4 +24,4 @@ name: grafana
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
version: 4.1.1
|
||||
version: 4.1.2
|
||||
|
||||
@@ -70,7 +70,7 @@ spec:
|
||||
key: {{ include "grafana.adminSecretPasswordKey" . }}
|
||||
{{- if .Values.smtp.enabled }}
|
||||
- name: GF_SMTP_ENABLED
|
||||
value: true
|
||||
value: "true"
|
||||
- name: GF_SMTP_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user