Fix postgres password secret

This commit is contained in:
Martina Iglesias Fernandez
2020-10-05 17:29:31 +02:00
parent 5db315a48b
commit 56fae192b5
2 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@ metadata:
"helm.sh/hook": "pre-install"
"helm.sh/hook-delete-policy": "before-hook-creation"
data:
postgresql-password: {{ .Values.appConfig.backend.database.connection.password }}
postgresql-password: {{ .Values.appConfig.backend.database.connection.password | b64enc }}
{{- end }}
{{- if not .Values.postgresql.enabled }}
---
@@ -26,5 +26,5 @@ metadata:
"helm.sh/hook": "pre-install"
"helm.sh/hook-delete-policy": "before-hook-creation"
data:
postgresql-password: {{ .Values.lighthouse.database.connection.password }}
{{- end }}
postgresql-password: {{ .Values.lighthouse.database.connection.password | b64enc }}
{{- end }}
+1 -1
View File
@@ -96,7 +96,7 @@ appConfig:
port:
password:
ssl:
rejectUnauthorized: true
rejectUnauthorized: false
ca:
sentry:
organization: spotify