fix(helm): fix password key in external redis secret
This commit is contained in:
parent
2a5e0dc1f1
commit
948ed5ff6c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,6 +38,6 @@ metadata:
|
|||
name: {{ include "oncall.fullname" . }}-redis-external
|
||||
type: Opaque
|
||||
data:
|
||||
rabbitmq-password: {{ required "externalRedis.password is required if not redis.enabled" .Values.externalRedis.password | b64enc | quote }}
|
||||
redis-password: {{ required "externalRedis.password is required if not redis.enabled" .Values.externalRedis.password | b64enc | quote }}
|
||||
{{- end }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue