diff --git a/deploy/templates/cluster-manager/clusters.yaml b/deploy/templates/cluster-manager/clusters.yaml index 8c41556f..6646c276 100644 --- a/deploy/templates/cluster-manager/clusters.yaml +++ b/deploy/templates/cluster-manager/clusters.yaml @@ -17,6 +17,10 @@ spec: component: cluster-manager factory-plus.service: cluster-manager spec: + {{- with .Values.acs.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} volumes: - name: krb5-conf configMap: diff --git a/deploy/templates/git/git.yaml b/deploy/templates/git/git.yaml index c7c91b08..1ed17c17 100644 --- a/deploy/templates/git/git.yaml +++ b/deploy/templates/git/git.yaml @@ -19,6 +19,10 @@ spec: component: git factory-plus.service: git spec: + {{- with .Values.acs.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} volumes: - name: krb5-conf configMap: diff --git a/deploy/templates/monitor/monitor.yaml b/deploy/templates/monitor/monitor.yaml index 7c0c974a..663bf410 100644 --- a/deploy/templates/monitor/monitor.yaml +++ b/deploy/templates/monitor/monitor.yaml @@ -18,6 +18,10 @@ spec: labels: component: monitor spec: + {{- with .Values.acs.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} volumes: - name: krb5-conf configMap: