fix empty redis password (#5702)

main
Andrey Zhavoronkov 3 years ago committed by GitHub
parent 87f07fd391
commit 86a0d51430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

@ -8,5 +8,5 @@ metadata:
{{- include "cvat.labels" . | nindent 4 }}
type: generic
stringData:
redis-password: {{ .Values.redis.secret.password | quote }}
redis-password: {{ .Values.redis.secret.password | toString | quote }}
{{- end }}

Loading…
Cancel
Save