summaryrefslogtreecommitdiffstats
path: root/kubernetes/sniro-emulator/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-24 16:51:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-24 16:51:02 +0000
commitf1a17688557b78ade3c25ce7a1a98693e5e8c43d (patch)
tree7b76cf4d9595bb6ff6b9404ca8fe9b6bc573d766 /kubernetes/sniro-emulator/templates/deployment.yaml
parent6adcaae69b01452140e20d6bf76c8cc5e17fd2c5 (diff)
parentf9bb1ec483a9e5b5044c45e4dd66386446b0b379 (diff)
Merge "[SNIRO] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/sniro-emulator/templates/deployment.yaml')
-rw-r--r--kubernetes/sniro-emulator/templates/deployment.yaml2
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 }}