We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1aaa4c commit 91c10daCopy full SHA for 91c10da
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.42.2
+version: 0.42.3
charts/synapse/templates/pgbouncer-secret.yaml
@@ -6,4 +6,5 @@ metadata:
6
app: synapse-pgbouncer
7
data:
8
userlist.txt: |
9
- {{ .Values.synapse.postgres.user | quote }} {{ .Values.synapse.postgres.password | quote }}
+ {{ printf "\"%s\" \"%s\"" .Values.synapse.postgres.user .Values.synapse.postgres.password | b64enc }}
10
+type: Opaque
0 commit comments