Skip to content

Commit 31c4bcc

Browse files
committed
fix!: rename redis subchart to redis-ha
Signed-off-by: Przemek Nowak <[email protected]>
1 parent bd1d9ba commit 31c4bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Redis subcharts fullname
102102
{{- define "oauth2-proxy.redis.fullname" -}}
103103
{{- if eq (include "oauth2-proxy.redis.enabled" .) "true" -}}
104104
{{- $redisValues := index .Values "redis-ha" | default dict -}}
105-
{{- include "redis-ha.fullname" (dict "Chart" (dict "Name" "redis") "Release" .Release "Values" $redisValues) -}}
105+
{{- include "redis-ha.fullname" (dict "Chart" (dict "Name" "redis-ha") "Release" .Release "Values" $redisValues) -}}
106106
{{- else -}}
107107
{{ fail "attempting to use redis subcharts fullname, even though the subchart is not enabled. This will lead to misconfiguration" }}
108108
{{- end -}}

0 commit comments

Comments
 (0)