diff --git a/HelmChart/Public/oneuptime/templates/_helpers.tpl b/HelmChart/Public/oneuptime/templates/_helpers.tpl index 83f81dd449..bbaa1848d0 100644 --- a/HelmChart/Public/oneuptime/templates/_helpers.tpl +++ b/HelmChart/Public/oneuptime/templates/_helpers.tpl @@ -299,7 +299,7 @@ Usage: {{- end }} - name: REDIS_IP_FAMILY {{- if $.Values.redis.enabled }} - value: {{ printf "%s" $.Values.redis.ipFamily | quote }} + value: {{ $.Values.redis.ipFamily | quote }} {{- else }} value: {{ $.Values.externalRedis.ipFamily | quote }} {{- end }}