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.
closes #9
You can now provider the postgresql connection string directly via
syncv3.db
or provide a secret with the connection string usingsyncv3.existingDbSecret
.In exchange for
syncv3.existingDbSecret
, I've removed theexternalDatabase.existingSecret
andexternalDatabase.secretsKeys
parameters to reduce confusion.