diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 17:42:15 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-21 16:43:32 +0000 |
commit | f9bb1ec483a9e5b5044c45e4dd66386446b0b379 (patch) | |
tree | c6c59c7d88ea673d95d3c2374fd1db5462ba486c /kubernetes/sniro-emulator/templates | |
parent | 2b2aa11021114438591d184af19fde6bbf06950a (diff) |
[SNIRO] Uses new tpls for repos / images
This commit makes SNIRO emulator chart to use the new generator for repositories
and images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I3dac5500ce44920bf686f4ff3ea8e9ffb430bf75
Diffstat (limited to 'kubernetes/sniro-emulator/templates')
-rw-r--r-- | kubernetes/sniro-emulator/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sniro-emulator/templates/deployment.yaml b/kubernetes/sniro-emulator/templates/deployment.yaml index ed07bb65c5..0dff4eb7be 100644 --- a/kubernetes/sniro-emulator/templates/deployment.yaml +++ b/kubernetes/sniro-emulator/templates/deployment.yaml @@ -38,7 +38,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 }} ports: - containerPort: {{ .Values.service.internalPort }} |