-
Notifications
You must be signed in to change notification settings - Fork 38
feat(deployment): Add support for GCP secret manager to Helm charts #225
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
feat(deployment): Add support for GCP secret manager to Helm charts #225
Conversation
…ile for deployment to reflect that Signed-off-by: Rafał Kuć <r.kuc@solr.pl>
Signed-off-by: Rafał Kuć <r.kuc@solr.pl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Looking good.
Summarizing
a) take a look at the possible missing yaml key
b) update the example to include the missing --set
stanza
c) bump the chart version to 1.7.1. That will re-package the chart as a new version once merged.
version: 1.7.0 |
Thanks!
… property Signed-off-by: Rafał Kuć <r.kuc@solr.pl>
Signed-off-by: Rafał Kuć <r.kuc@solr.pl>
Signed-off-by: Rafał Kuć <r.kuc@solr.pl>
@migmartri addressed the comments, have a look when you have time, thanks! |
…helm-charts Signed-off-by: Rafał Kuć <r.kuc@solr.pl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
A small PR adding support for the GCP secret manager to the Helm Charts.
refs #108