k3s-io/helm-controller

Job image pull secrets

ceccone opened this issue · 1 comments

Hello,

Similar to #213, I'm using the helm-controller in an air-gapped environment, and I'm trying to configure it to pull the job image from a private registry.
While I can override the job image using the spec.jobImage property in the HelmChart resource, I couldn't find a way to specify the necessary imagePullSecrets to access the private registry.
I've also tried to set the imagePullSecrets in the namespace default service account, but since helm-controller creates a service account for each job, this approach doesn't work.

Is there any other way to define imagePullSecrets for each job?