-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add imagePullSecrets option to ServiceAccount in helm chart #2624
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 imagePullSecrets option to ServiceAccount in helm chart #2624
Conversation
Welcome @BrianKopp! |
Hi @BrianKopp. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
# imagePullSecrets | ||
# - name: docker | ||
imagePullSecrets: | ||
- name: docker |
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.
default should be empty
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.
Shoot, I left this on for testing that the values piped through correctly. I've updated the values and comments as you've suggested.
# e.g. | ||
# imagePullSecrets | ||
# - name: docker | ||
imagePullSecrets: |
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.
How about this for the comment and the value:
# imagePullSecrets specifies the list of image pull secrets to add to the ServiceAccount
imagePullSecrets:
# - name: docker
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.
Updated!
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
Codecov Report
@@ Coverage Diff @@
## main #2624 +/- ##
=======================================
Coverage 53.94% 53.94%
=======================================
Files 144 144
Lines 8197 8197
=======================================
Hits 4422 4422
Misses 3456 3456
Partials 319 319 Continue to review full report at Codecov.
|
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BrianKopp, kishorj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
…es-sigs#2624) * Add option for imagePullSecrets on service account * Make default imagePullSecrets empty * Update helm/aws-load-balancer-controller/values.yaml * Update helm/aws-load-balancer-controller/values.yaml Co-authored-by: Kishor Joshi <[email protected]>
Description
This PR adds the ability to configure the ServiceAccount to have imagePullSecrets for docker secrets to authenticate against docker registries. This is for the aws-load-balancer-controller chart.
Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯