Fixes typo in smtp enabled (#4566)

This commit is contained in:
Rafael Ríos Saavedra
2020-12-01 16:39:55 +01:00
committed by GitHub
parent beaaf12953
commit 8957d79d9c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: