-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Feature request] add imagePullSecrets to pull the customImage from Private Registry #89
Comments
Hello @prasanna12510 , Thank you for taking the time to report this enhancement. This is a nice addition to make the operator more feature complete. That being said, atm, this won't make it to the top of my priority list. However, I strongly invite you to open a PR with this contribution and i can review it and work together on it till it is added to the project. I am assuming that you are looking for something similar to this: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ |
…from private registries
…from private registries refactor(AbdelrhmanHamouda#89): rename resource attributes
…from private registries
…from private registries (AbdelrhmanHamouda#98)
…from private registries (AbdelrhmanHamouda#98)
…from private registries (AbdelrhmanHamouda#98)
solved with #98 |
Is your feature request related to a problem? Please describe.
add support for imagePullSecrets to pull the customImage from Private Registry
Describe the solution you'd like
add imagePullSecrets with Image and ImagePullPolicy Similar to deployments
The text was updated successfully, but these errors were encountered: