Missing an imagePullSecret parameter for Helm Chart #245
-
Hey guys, I can do a PR if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can set image pull secrets at the service account level: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account If you still prefer to set them at each deployment then yes, please submit a PR. |
Beta Was this translation helpful? Give feedback.
You can set image pull secrets at the service account level: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account
If you still prefer to set them at each deployment then yes, please submit a PR.