diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-23 11:00:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-23 11:00:53 +0000 |
commit | e533932beaff79fc285721be7481e3598ddcb857 (patch) | |
tree | a5cd3857b2b88e0b328d8961aa8d2862bc6d3f93 /kubernetes/uui/templates/deployment.yaml | |
parent | 7291d323bc1e4ba07903dc6745bc377ffeaccb8b (diff) | |
parent | 666bedf59dad94a49d50b8fd16868d31d714b083 (diff) |
Merge "[UUI] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/uui/templates/deployment.yaml')
-rw-r--r-- | kubernetes/uui/templates/deployment.yaml | 2 |
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 |