You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: