-
Notifications
You must be signed in to change notification settings - Fork 211
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
Added imagePullSecrets to serviceAccount for images in a private registry #159
Conversation
e8378e5
to
600f01c
Compare
@azun Thanks for this. I have also seen this field in other charts labeled Also, this operator is frequently included as a subchart to others, since ZK is often a component of a larger application. For your use-cases, would it work to nest this value beneath a
That way this value could be set once in the parent chart? |
Nesting the secrets under global sounds like a good idea. I've looked at charts in the official helm/charts github repo and most use a combination of I haven't seen |
Codecov Report
@@ Coverage Diff @@
## master #159 +/- ##
=======================================
Coverage 82.41% 82.41%
=======================================
Files 11 11
Lines 1194 1194
=======================================
Hits 984 984
Misses 142 142
Partials 68 68 Continue to review full report at Codecov.
|
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
Could you please rebase the changes with master, after that we can merge |
c14a2b9
to
5e706d5
Compare
rebased |
Adding the option
imagePullSecrets
inside the serviceAccount to allow for images in private registries. A list of secret names can be specified inserviceAccount.imagePullSecrets