fix(helm): fix password key in external redis secret

This commit is contained in:
Aditya C S 2022-06-16 13:36:42 +05:30 committed by GitHub
parent 2a5e0dc1f1
commit 948ed5ff6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}