We have the option to change the Docker image source (URL) for LogicalBackup. However, if we decide to use a private registry with authentication, we won’t be able to pull the image due to the absence of imagePullSecrets for this specific CronJob.
Would it be possible to add an imagePullSecret configuration to this CronJob to allow access to authenticated registries?
We have the option to change the Docker image source (URL) for LogicalBackup. However, if we decide to use a private registry with authentication, we won’t be able to pull the image due to the absence of
imagePullSecrets
for this specific CronJob.Would it be possible to add an
imagePullSecret
configuration to this CronJob to allow access to authenticated registries?