diff options
author | andreas-geissler <andreas-geissler@telekom.de> | 2021-07-19 17:37:10 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2021-07-21 14:25:14 +0000 |
commit | 513f2425921ad6038cb883e3696b36421bd401fa (patch) | |
tree | 26dbe6662499a3d6ee5801e6e49829ebd8715456 | |
parent | 6683857021277443821466ab6d97a9edb00a4ab9 (diff) |
[CONTRIB] Added imagePullSecrets to common template files
Added the missing definition for imagePullSecrets in the
deployment.yaml of ejbca
to support the registryGenerator
Issue-ID: OOM-2791
Signed-off-by: andreas-geissler <andreas-geissler@telekom.de>
Change-Id: Ib5397889f7e1159c8cac472d2565065e90fcc83d
-rw-r--r-- | kubernetes/contrib/components/ejbca/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/ejbca/templates/deployment.yaml b/kubernetes/contrib/components/ejbca/templates/deployment.yaml index a10b0592de..46f7d3521c 100644 --- a/kubernetes/contrib/components/ejbca/templates/deployment.yaml +++ b/kubernetes/contrib/components/ejbca/templates/deployment.yaml @@ -23,6 +23,8 @@ spec: template: metadata: {{- include "common.templateMetadata" . | nindent 6 }} spec: + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key" initContainers: - name: {{ include "common.name" . }}-db-readiness command: |