diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-07-21 18:02:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-21 18:02:23 +0000 |
commit | 0d92bc7239b4734ee8b8a19f4e944e53ac93163e (patch) | |
tree | c427da970c58ad8588d46ce87a03864e94b125fa /kubernetes | |
parent | ffa9577fbf3230ea0a23d2723fd761e5d37530ed (diff) | |
parent | 6ce5c09e3f44f15929abf6569c7be464f7c3efbe (diff) |
Merge "[CONTRIB] Added imagePullSecrets to common template files"
Diffstat (limited to 'kubernetes')
-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: |