diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-07-13 11:54:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-13 11:54:01 +0000 |
commit | ffbb82ee45ba888a4e4a543c789fb10acf01f3bb (patch) | |
tree | 95e0829b05ab06a651c39d18aa5853e2eeab70cb /kubernetes/common/music/templates/deployment.yaml | |
parent | 2f15241c9449a56bfff6606071e3c5c538cd2a90 (diff) | |
parent | f84cccd0fad42df9fc4c590ea93a2f164f3f3071 (diff) |
Merge "[COMMON] Added imagePullSecrets to common template files with some fix"
Diffstat (limited to 'kubernetes/common/music/templates/deployment.yaml')
-rw-r--r-- | kubernetes/common/music/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/common/music/templates/deployment.yaml b/kubernetes/common/music/templates/deployment.yaml index 1e5d3c5377..53d5a366f7 100644 --- a/kubernetes/common/music/templates/deployment.yaml +++ b/kubernetes/common/music/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" . }}-cassandra-readiness image: {{ include "repositoryGenerator.image.readiness" . }} |