Skip to content
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

Support imagePullSecrets for offline private container registries #36

Open
abdennour opened this issue Sep 3, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@abdennour
Copy link

abdennour commented Sep 3, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

There is no direct helm way to specify imagePullSecrets

Potential Helm Configuration

global:
  imagePullSecrets:
  - nexus-secret # .i.e.

where nexus-secret (for example) is already in existing secret with dockerconfig type.

References

https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant