summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/music/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-07-20 06:39:01 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-20 06:39:01 +0000
commit2e8f9d894cf4c6afabc5387a182fd3483918e76a (patch)
tree3b69a28a91a1fd8f3f7039e297fb91daf4416d91 /kubernetes/common/music/templates/deployment.yaml
parentb15304d878f145c9d3934e9bb0ab019fb4c010df (diff)
parent09a1e3590a56b723befc7d35692b87e96577b514 (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.yaml2
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" . }}