summaryrefslogtreecommitdiffstats
path: root/charts/aai-data-router
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
commit9ebd7ac4e0873dbda93eb6ed73492f130ffb5b01 (patch)
tree799b22c459c2a52eab68b755174064778e771a99 /charts/aai-data-router
parentdaf14c99177a2128b50feb442198a06a7a5225bb (diff)
parent809b1d7db6e9cf424c02e3a98cb48238253fa0fb (diff)
Merge "Fix inconsistent repository references"
Diffstat (limited to 'charts/aai-data-router')
-rw-r--r--charts/aai-data-router/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-data-router/templates/deployment.yaml b/charts/aai-data-router/templates/deployment.yaml
index ceb9884..f06e8b2 100644
--- a/charts/aai-data-router/templates/deployment.yaml
+++ b/charts/aai-data-router/templates/deployment.yaml
@@ -58,7 +58,7 @@ spec:
mountPath: /logroot/
containers:
- name: {{ include "common.name" . }}
- image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}"
+ image: "{{ include "common.repository" . }}/{{ .Values.image }}"
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
env:
- name: SERVICE_BEANS