-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Allow multiple imagePullSecrets in the helm chart #4589
Comments
Hi @AlessioCasco thanks for reporting! Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂 Cheers! |
Hi @AlessioCasco this does sound like a really good addition. I want to be mindful that this will change how Thanks! |
To prevent introducing an absolute breaking change. |
Hi @AlessioCasco we think making a PR for this would be great if you are still happy to. |
Hello Sorry for my late reply on this. happy to submit a PR. Thanks |
No problem @AlessioCasco! We appreciate you contributing! 😄 |
Hi! @shaun-nx |
@AlessioCasco Hmm, that's a very good question. |
Ok cool! Will do |
PR created #4656 |
Hello everyone, I consider this a feature request, do let me know if this is more of a bug in your opinion.
Is your feature request related to a problem? Please describe.
imagePullSecretName
can only be set as a string currently. We need the ability to configure more than oneimagePullSecrets
in ourServiceAccount
. The reason is that we use a sidecar that has to be pulled from a private repository.Describe the solution you'd like
imagePullSecretName
toimagePullSecretsNames
ServiceAccount
can have more than one entry underimagePullSecrets
.I can fork the repo and submit a PR if you are happy to.
Describe alternatives you've considered
I don't have other solutions, to be honest.
The text was updated successfully, but these errors were encountered: