aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/templates
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-19 17:38:23 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-21 08:13:50 +0000
commit666bedf59dad94a49d50b8fd16868d31d714b083 (patch)
treeff8cb29cb0ae62201a0349fcb17e829025a21dc0 /kubernetes/uui/templates
parent2b2aa11021114438591d184af19fde6bbf06950a (diff)
[UUI] Uses new tpls for repos / images
This commit makes UUI template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I0578820c2ac414bd2e3acd8b961cf16c1de46fde
Diffstat (limited to 'kubernetes/uui/templates')
-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