operator icon indicating copy to clipboard operation
operator copied to clipboard

Support private container registry for Tekton Pruner

Open jb-2020 opened this issue 2 years ago • 0 comments

Feature request

Currently, we can set IMAGE_JOB_PRUNER_TKN - which we add to the operator’s deployment environment variables. This will override the image used by the operator for configuring the pruner's Job.

However, there does not seem to be any flag to specify imagePullSecrets for this Job.

Use case

Use a private container repository for the various images installed by the operator.

Note: Tekton Pruner is one example, need to ensure any K8s objects created by the operator support private container registries if applicable.

jb-2020 avatar Jul 19 '22 17:07 jb-2020