aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/cloud/producer-pod.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/performance/cloud/producer-pod.yaml')
-rwxr-xr-xtools/performance/cloud/producer-pod.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/performance/cloud/producer-pod.yaml b/tools/performance/cloud/producer-pod.yaml
index 5b41c4e0..53821a41 100755
--- a/tools/performance/cloud/producer-pod.yaml
+++ b/tools/performance/cloud/producer-pod.yaml
@@ -26,7 +26,8 @@ metadata:
spec:
containers:
- name: hv-collector-producer
- image: the-a-team-registry-local.esisoj70.emea.nsn-net.net/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-go-client:latest
+ imagePullPolicy: IfNotPresent
+ image: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-go-client:latest
volumeMounts:
- name: ssl-certs
mountPath: /ssl
@@ -78,4 +79,4 @@ spec:
- name: ssl-certs
secret:
secretName: cert
- restartPolicy: Never \ No newline at end of file
+ restartPolicy: Never