diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-07-20 06:39:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-20 06:39:01 +0000 |
commit | 2e8f9d894cf4c6afabc5387a182fd3483918e76a (patch) | |
tree | 3b69a28a91a1fd8f3f7039e297fb91daf4416d91 /kubernetes/common/music/templates/deployment.yaml | |
parent | b15304d878f145c9d3934e9bb0ab019fb4c010df (diff) | |
parent | 09a1e3590a56b723befc7d35692b87e96577b514 (diff) |
Merge "[COMMON] Added imagePullSecrets to common template files with some fix" into honolulu
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" . }} |