zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.37k stars 980 forks source link

FEATURE(imagePullSecrets) for logicalBackup #2799

Open Mart-Kuc opened 3 weeks ago

Mart-Kuc commented 3 weeks ago

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?