diff options
author | andreas-geissler <andreas-geissler@telekom.de> | 2021-07-19 17:37:10 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-07-20 18:02:43 +0000 |
commit | 6ce5c09e3f44f15929abf6569c7be464f7c3efbe (patch) | |
tree | 3911f0bacb45ce528ce4ffa5ef1a74033b674ff1 /kubernetes/contrib/components/ejbca | |
parent | cf5232aa2cd22ab4a06fcf5c0eb87e9cac883d45 (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
Diffstat (limited to 'kubernetes/contrib/components/ejbca')
-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: |