Closed bck01215 closed 2 weeks ago
@bck01215 I see the confusion. As far as I can see you provided the following values.
imagePullSecrets:
- name: docker-auth
That imagePullSecrets
is not passed to subcharts. If you would like to use that docker-auth
credentials to Console and Connectors subchart you should add the following values to your helm chart values.
imagePullSecrets:
- name: docker-auth
console:
imagePullSecrets:
- name: docker-auth
If you will find any problem with that please re-open this issue.
What happened?
Image pull secrets not applied to console deployments
What did you expect to happen?
Image pull secrets to be applied to all pods created by helm
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Anything else we need to know?
No response
Which are the affected charts?
No response
Chart Version(s)
Cloud provider
JIRA Link: K8S-404