Skip to content

Commit 91c10da

Browse files
committed
fix pgbouncer secret
1 parent a1aaa4c commit 91c10da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.42.2
3+
version: 0.42.3

charts/synapse/templates/pgbouncer-secret.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ metadata:
66
app: synapse-pgbouncer
77
data:
88
userlist.txt: |
9-
{{ .Values.synapse.postgres.user | quote }} {{ .Values.synapse.postgres.password | quote }}
9+
{{ printf "\"%s\" \"%s\"" .Values.synapse.postgres.user .Values.synapse.postgres.password | b64enc }}
10+
type: Opaque

0 commit comments

Comments
 (0)