diff options
author | Yury Novitsky <Yury.Novitsky@Amdocs.com> | 2018-05-09 09:14:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-09 09:14:10 +0000 |
commit | 54eab4210462d9b414fe07600b93dee450f0e14e (patch) | |
tree | a4db01e61a2cfa8525b81cebbfc12c7c2c719bef /kubernetes/consul/templates/deployment.yaml | |
parent | 285042d955292b69d04564e0a59d209082d8b149 (diff) | |
parent | 339b749f934cb9dc32700e13cb2bb6a9f465d95b (diff) |
Merge "Fix consul images repo"
Diffstat (limited to 'kubernetes/consul/templates/deployment.yaml')
-rw-r--r-- | kubernetes/consul/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/consul/templates/deployment.yaml b/kubernetes/consul/templates/deployment.yaml index 646922b30f..8fd09b728e 100644 --- a/kubernetes/consul/templates/deployment.yaml +++ b/kubernetes/consul/templates/deployment.yaml @@ -34,6 +34,8 @@ spec: release: {{ .Release.Name }} name: {{ include "common.name" . }} spec: + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key" containers: - image: "{{ include "common.repository" . }}/{{ .Values.image }}" command: |