We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1d9ba commit 31c4bccCopy full SHA for 31c4bcc
helm/oauth2-proxy/templates/_helpers.tpl
@@ -102,7 +102,7 @@ Redis subcharts fullname
102
{{- define "oauth2-proxy.redis.fullname" -}}
103
{{- if eq (include "oauth2-proxy.redis.enabled" .) "true" -}}
104
{{- $redisValues := index .Values "redis-ha" | default dict -}}
105
-{{- include "redis-ha.fullname" (dict "Chart" (dict "Name" "redis") "Release" .Release "Values" $redisValues) -}}
+{{- include "redis-ha.fullname" (dict "Chart" (dict "Name" "redis-ha") "Release" .Release "Values" $redisValues) -}}
106
{{- else -}}
107
{{ fail "attempting to use redis subcharts fullname, even though the subchart is not enabled. This will lead to misconfiguration" }}
108
{{- end -}}
0 commit comments