-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for existing secret references #54
Conversation
* referenced secrets take precedence over supplied values in `value.yaml` * test existing secrets by setting `debug.secretRef` to `true` * this is a temporary solution as `ct install` doesn't have pre-install step
* exclude empty secret from being encoded
* Add note to vector volume mount
@CodiumAI-Agent /review |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
Yeah, I think this can be improved by adding checks and error handling in the |
In the next one. We should discuss the release process, but I am considering this chart as non-production ready so we can streamline the process. |
Add support for existing secret references
What kind of change does this PR introduce?
This PR add support for using existing secret references #53, instead of exposing sensitive values in
values.yaml
. The user can also modify thesecretRefKey
should their existing secrets use different keys from the default values in the chart.TLDR
Known issues
db
password may not be correctly encoded. To ensure compatibility, use password that are URL-safe (not using characters that can be URL-encoded like&
,%
etc.)dashboard
password may not contain/
character, otherwisekong
may crash due tosed
values.example.yaml