diff --git a/HelmChart/Public/oneuptime/templates/_helpers.tpl b/HelmChart/Public/oneuptime/templates/_helpers.tpl index 1de31eee5a..cc8654ad1d 100644 --- a/HelmChart/Public/oneuptime/templates/_helpers.tpl +++ b/HelmChart/Public/oneuptime/templates/_helpers.tpl @@ -309,15 +309,11 @@ Usage: {{- end }} - name: REDIS_PASSWORD {{- if $.Values.redis.enabled }} - {{- if $.Values.redis.auth.enabled }} valueFrom: secretKeyRef: name: {{ $.Release.Name }}-redis key: redis-password {{- else }} - value: "" - {{- end }} - {{- else }} {{- if $.Values.externalRedis.password }} valueFrom: secretKeyRef: