Remove hard-coding of nexus3 on sniroemulator
[oom.git] / kubernetes / mock / templates / sniroemulator-deployment.yaml
index cd0da9f..475ba0c 100644 (file)
@@ -30,7 +30,7 @@ spec:
         name: sniro-emulator
     spec:
       containers:
-      - image: "{{ .Values.image.onapmock }}:{{ .Values.image.tag }}"
+      - image: "{{ include "common.repository" . }}/{{ .Values.image }}"
         imagePullPolicy: {{ .Values.pullPolicy }}
         name: sniro-emulator
         ports: