summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-23 11:00:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-23 11:00:53 +0000
commite533932beaff79fc285721be7481e3598ddcb857 (patch)
treea5cd3857b2b88e0b328d8961aa8d2862bc6d3f93 /kubernetes/uui/templates/deployment.yaml
parent7291d323bc1e4ba07903dc6745bc377ffeaccb8b (diff)
parent666bedf59dad94a49d50b8fd16868d31d714b083 (diff)
Merge "[UUI] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/uui/templates/deployment.yaml')
-rw-r--r--kubernetes/uui/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/uui/templates/deployment.yaml b/kubernetes/uui/templates/deployment.yaml
index ef73642095..8c523b2388 100644
--- a/kubernetes/uui/templates/deployment.yaml
+++ b/kubernetes/uui/templates/deployment.yaml
@@ -37,7 +37,7 @@ spec:
spec:
containers:
- name: {{ include "common.name" . }}
- image: "{{ include "common.repository" . }}/{{ .Values.image }}"
+ image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
command:
- /bin/bash