From 25f1374ea5e8d4e5c6dc9a94e147df1eb864598a Mon Sep 17 00:00:00 2001 From: Janis Altherr <27945016+Lobidu@users.noreply.github.com> Date: Wed, 25 Dec 2024 07:10:53 +0100 Subject: [PATCH] Fix postgres scriptsConfigMap name in values.yaml --- charts/matrix/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index 236ec620..3fac1247 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -616,7 +616,7 @@ postgresql: # If using an external Postgres server, make sure to configure the database # ref: https://github.com/element-hq/synapse/blob/develop/docs/postgres.md initdb: - scriptsConfigMap: "{{ .Release.Name }}-postgresql-initdb" + scriptsConfigMap: "{{ .Release.Name }}-matrix-postgresql-initdb" podSecurityContext: enabled: true