-
Notifications
You must be signed in to change notification settings - Fork 880
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
Make serviceAccount name a configuration option #367
Make serviceAccount name a configuration option #367
Conversation
Follow Helm Best Practices when defining serviceAccount names https://helm.sh/docs/chart_best_practices/#using-rbac-resources
@jasonodonnell I've fixed the tests, but CLA on @davidholsgrove side seems to be a blocker now. 😢 |
Apologies, working through approvals to sign the CLA at the moment. Happy for anyone to take over and get this merged if that's an option too. |
Co-authored-by: David Holsgrove <david@apnic.net>
to address hashicorp#56 (review) Co-authored-by: David Holsgrove <david@apnic.net>
Co-authored-by: David Holsgrove <david@apnic.net>
0d1d9ad
to
2bb7c9a
Compare
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 pushing this forward! I tested it a bit and it seems to work. Just left a couple suggestions.
Hi @tvoran ! Thanks for your review, please take a look, whenever you have time. |
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.
Nicely done, thanks again!
This PR is a continuation of #338 with fixed tests to finally bring the feature to the chart.