From 7d85f3f93b7189f83a2e573431698ae75ebcddab Mon Sep 17 00:00:00 2001 From: andreas-geissler Date: Mon, 19 Jul 2021 17:53:22 +0200 Subject: [POLICY] Added imagePullSecrets to common template files Added the missing definition for imagePullSecrets in the job.yaml (policy, clamp-be) to support the registryGenerator Issue-ID: OOM-2793 Signed-off-by: andreas-geissler Change-Id: I482564ad13cbb6736520a887ced344bbb95d1fba --- kubernetes/policy/templates/job.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/policy/templates/job.yaml') diff --git a/kubernetes/policy/templates/job.yaml b/kubernetes/policy/templates/job.yaml index f2a55879ee..ad195722b2 100755 --- a/kubernetes/policy/templates/job.yaml +++ b/kubernetes/policy/templates/job.yaml @@ -30,6 +30,8 @@ spec: app: {{ include "common.name" . }}-job release: {{ include "common.release" . }} spec: + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key" initContainers: #This container checks that all galera instances are up before initializing it. - name: {{ include "common.name" . }}-readiness -- cgit 1.2.3-korg