Helm template issue 1.3.0?

Hi

The Helm template “apiServerMaintenanceCronJob.yaml” In Cesium ION 1.3.0 doesn’t include “imagePullSecrets”.
One should include something like that:

  imagePullSecrets:
    {{- toYaml .Values.imagePullSecrets | nindent 8 }} 

?

workaround:

kubectl patch cronjob cesium-ion-maintainence -n cesium-ion -p ‘{“spec”: {“jobTemplate”: {“spec”: {“template”: {“spec”: {“imagePullSecrets”: [{“name”: “priv-cred”}]}}}}}}’

Hi,

Thank you for reporting this issue. You are correct, it should include the imagePullSecrets value in the cron job. We will create a fix for this and include it in our next release

Thanks,
Ankit

1 Like