File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ sessionStorage:
77# provision an instance of the redis-ha sub-chart
88redis :
99 enabled : true
10- fullnameOverride : oauth2-proxy-redis
1110
1211 redisPassword : " foo"
1312
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Redis subcharts fullname
9494*/} }
9595{ {- define " oauth2-proxy.redis.fullname" -} }
9696{ {- if .Values.redis.enabled -} }
97- { {- include " redis-ha.fullname" (dict " Chart" (dict " Name" " redis-ha " ) " Release" .Release " Values" .Values.redis) -} }
97+ { {- include " redis-ha.fullname" (dict " Chart" (dict " Name" " redis" ) " Release" .Release " Values" .Values.redis) -} }
9898{ {- else -} }
9999{ { fail " attempting to use redis subcharts fullname, even though the subchart is not enabled. This will lead to misconfiguration" } }
100100{ {- end -} }
You can’t perform that action at this time.
0 commit comments