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”}]}}}}}}’