Is anyone else having an issue upgrading to v2.0.1 with regards to passing the dsn configuration via a Kubernetes secret?
I’m using helm (v0.26.0) and a pre-existing secret that contains the dsn configuration. This setup is working perfectly fine when I’m using helm v0.23.3 and hydra v1.11.8. However, it seems that neither the hydra pod nor the automigration job receive the dsn configuration from the secret, as indicated by the logs,
level=fatal msg=dsn must be set audience=application service_name=Ory Hydra service_version=v2.0.1
Any idea what needs to be changed to get the same setup working with the latest version?