summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/templates/deployment.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-05-08 02:04:33 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-08 02:04:33 +0000
commit1d0467ce4ce990ed2ae9cd333f969bb6c2d742c6 (patch)
tree558eab221942b5293a6dc3bafe923d8510ca6a6e /kubernetes/multicloud/templates/deployment.yaml
parentf8bd9cab51e64d2be08c08b6ea1f0996de7d61e0 (diff)
parentdf11cd53bffd239887ec4a406dc5281aa217b2ca (diff)
Merge "Fix inconsistent repository references"
Diffstat (limited to 'kubernetes/multicloud/templates/deployment.yaml')
-rw-r--r--kubernetes/multicloud/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/templates/deployment.yaml b/kubernetes/multicloud/templates/deployment.yaml
index 3a0671c911..5ae5fd9da5 100644
--- a/kubernetes/multicloud/templates/deployment.yaml
+++ b/kubernetes/multicloud/templates/deployment.yaml
@@ -52,7 +52,7 @@ spec:
value: "{{ .Values.config.aai.username }}"
- name: AAI_PASSWORD
value: "{{ .Values.config.aai.password }}"
- image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}"
+ image: "{{ include "common.repository" . }}/{{ .Values.image }}"
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
name: {{ include "common.name" . }}
volumeMounts: