small-hack / matrix-sliding-sync-chart

kubernetes helm chart for matrix sliding sync service
1 stars 1 forks source link

change sliding sync database connection string templating #10

Closed jessebot closed 5 months ago

jessebot commented 5 months ago

closes #9

You can now provider the postgresql connection string directly via syncv3.db or provide a secret with the connection string using syncv3.existingDbSecret.

In exchange for syncv3.existingDbSecret, I've removed the externalDatabase.existingSecret and externalDatabase.secretsKeys parameters to reduce confusion.