Skip to content

Commit

Permalink
fix: correct formatting of Redis IP family value in Helm chart templates
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 1, 2025
1 parent f05b0a1 commit 8247f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelmChart/Public/oneuptime/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8247f50

Please sign in to comment.