feat: add Kubernetes secret resolver and documentation#933
feat: add Kubernetes secret resolver and documentation#933burningalchemist merged 4 commits intoburningalchemist:masterfrom
Conversation
zofer1zohargo
commented
Mar 21, 2026
- Implement k8ssecret URL provider for reading DSN from Kubernetes secrets
- Support both full DSN and partial DSN with template placeholders (DSN_VALUE)
- Add comprehensive examples and documentation for k8s-secret usage
- Register k8ssecret provider in secret resolver
- Update main README to include Kubernetes secrets documentation
- Bump application version to 0.20.1 and chart appVersion
- Implement k8ssecret URL provider for reading DSN from Kubernetes secrets - Support both full DSN and partial DSN with template placeholders (DSN_VALUE) - Add comprehensive examples and documentation for k8s-secret usage - Register k8ssecret provider in secret resolver - Update main README to include Kubernetes secrets documentation - Bump application version to 0.20.1 and chart appVersion Made-with: Cursor
|
Hi @burningalchemist, |
|
Hey @zofer1zohargo, just remove all the helm stuff from the PR (Chart.yaml), leave only the go-related code as a feature for k8ssecret provider. I'll do the release next week (so we have the container versions published), and with the separate pr we include the helm-related template changes and the rest. This should work 🙌 P.S. Also, please revert VERSION file back to 0.20.0. The release version bump is done in a separate commit to tag and cut off the release. I'll handle it. |
Reset versions
reset version
|
Done. One day will get the hang of it :-) |
|
@zofer1zohargo Looks good, thanks! 🎉 Yeah, I'll tag you to demo the procedure. 🙌 I'll reply in the other PR shortly. 👍 |