DSN environmental variable is not set optionally
blumTom opened this issue · 2 comments
blumTom commented
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Location:
The condition does not evaluate properly.
The intention here is to set the DSN environmental variable optionally, but with this condition it is always set.
However, it is a good idea to set the DSN environmental variable optionally to give the user the possibility to define a custom source of this value via the "cleanupCronjobExtraEnv" variable.
In addition to that this should be consistent to all other occurrences of DSN environmental variable definitions.
Reproducing the bug
Do not set the dsn config value.
Relevant log output
No response
Relevant configuration
dsn:
Version
0.38.0 (helm version)
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Demonsthere commented
closed by #678