fix(helmfile): Quote all password template strings

This commit is contained in:
Dominik Kaminski
2023-10-11 16:05:57 +02:00
parent 72e3afdffd
commit fb7dba787c
21 changed files with 50 additions and 50 deletions

View File

@@ -27,7 +27,7 @@ ics:
redis:
host: {{ .Values.cache.intercomService.host }}
port: {{ .Values.cache.intercomService.port }}
password: {{ .Values.cache.intercomService.password | default .Values.secrets.redis.password }}
password: {{ .Values.cache.intercomService.password | default .Values.secrets.redis.password | quote }}
openxchange:
url: "https://{{ .Values.global.hosts.openxchange }}.{{ .Values.istio.domain }}"