mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 02:29:15 -03:00
fix(common): correct a redis error
This commit is contained in:
@@ -4,6 +4,7 @@ This template generates a random password and ensures it persists across updates
|
||||
{{- define "tc.v1.common.dependencies.redis.secret" -}}
|
||||
|
||||
{{- if .Values.redis.enabled -}}
|
||||
{{- $dbIndex := .Values.redis.redisDatabase | default "0" -}}
|
||||
{{/* Use with custom-set password */}}
|
||||
{{- $dbPass = .Values.redis.password -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user