fabric8-analytics / fabric8-analytics-worker

fabric8-analytics worker for gathering raw data
GNU General Public License v3.0
8 stars 45 forks source link

add imagePullSecrets to DeploymentConfig #956

Closed maorfr closed 3 years ago

maorfr commented 3 years ago

part of https://issues.redhat.com/browse/APPSRE-3082

to allow all pods created by a DeploymentConfig to pull private images, we need to add this section to the template. using a ServiceAccount does not work because the pre hook pod is using the default SA and this is not overridable (AFAIK).