Closed blumTom closed 6 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Any chance of this getting merged? This would be very helpful for us.
@piotrmsc @Demonsthere Do you think this could be merged? This would help us a lot.
Hey :) what is your exact use case? Currently it reads from the configured k8s secret if enabled.
Hey :) what is your exact use case? Currently it reads from the configured k8s secret if enabled.
@piotrmsc The use case is that our DB credentials are in a different secret. I can't even override DSN because this chart is defining it already. This PR would allow us to override it using the value from our DB secret.
Just want to bump this to see if it could be merged? We would like to be able to override this.
Imho, in general we can accept the feature, providing that it is an option and not the default behaviour. However in order to merge it, the PR would need some more work:
hacks/values
dir, to check the process in CI (installation and upgrade scenarios without DSN/externally provided DSN)Is this OK with you?
@Demonsthere I'm not sure if the initial contributor here is still interested, so I have made a new PR #678 to address this. I did some investigations and this pattern is already in place in Hydra, and actually even in parts of Kratos, so I think this PR will just bring everything in line. I am also using the helpers to do the reference.
Closing in favour of https://github.com/ory/k8s/pull/678
Related Issue or Design Document
Checklist
Further comments
Fix for #659