-
Notifications
You must be signed in to change notification settings - Fork 2k
Helm Chart: Add annotations to the service account in the Helm chart #3065
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
Conversation
Add annotations to pass with helm chart values.
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.
Please see comments.
@jasonwilliams14 |
@0m1xa if you test it with |
Revert includeYear: false
Codecov Report
@@ Coverage Diff @@
## main #3065 +/- ##
==========================================
- Coverage 52.29% 52.28% -0.01%
==========================================
Files 58 58
Lines 15995 16006 +11
==========================================
+ Hits 8364 8369 +5
- Misses 7352 7358 +6
Partials 279 279
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: Luca Comellini <luca.com@gmail.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
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.
Looks good.
Add annotations to pass with helm chart values.
Proposed changes
Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here in this description (not in the title of the PR).
The main idea is to have the ability to provide annotations to the service account.
It may be useful in many cases.
For example, according to this documentation, the service account should have the proper annotation when using the ingress controller with AWS Marketplace.
Before this PR it was not possible to specify this annotation with the helm chart.
Checklist
Before creating a PR, run through this checklist and mark each as complete.