From 09a1e3590a56b723befc7d35692b87e96577b514 Mon Sep 17 00:00:00 2001 From: andreas-geissler Date: Wed, 7 Jul 2021 15:40:41 +0200 Subject: [COMMON] Added imagePullSecrets to common template files with some fix Added the missing definition for imagePullSecrets in the statefulsets.yaml deployment.yaml to support the registryGenerator Issue-ID: OOM-2789 Signed-off-by: andreas-geissler Change-Id: I013ba52c9c49f95cd3d53fcaa9eb084adcbfe662 (cherry picked from commit f84cccd0fad42df9fc4c590ea93a2f164f3f3071) --- kubernetes/common/postgres/templates/_deployment.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/common/postgres/templates/_deployment.tpl') diff --git a/kubernetes/common/postgres/templates/_deployment.tpl b/kubernetes/common/postgres/templates/_deployment.tpl index 7d04501f24..d93d401ebc 100644 --- a/kubernetes/common/postgres/templates/_deployment.tpl +++ b/kubernetes/common/postgres/templates/_deployment.tpl @@ -42,6 +42,8 @@ spec: release: {{ include "common.release" $dot }} name: "{{ index $dot.Values "container" "name" $pgMode }}" spec: + imagePullSecrets: + - name: "{{ include "common.namespace" $dot }}-docker-registry-key" initContainers: - command: - sh -- cgit 1.2.3-korg