aboutsummaryrefslogtreecommitdiffstats
path: root/helm/robot/templates/test-job.yaml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-11 16:51:57 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-12 12:53:45 +0000
commit7bfa0fdd418317bbe90b569c7daa787f17e656bc (patch)
treeda31ef489ee993fb48e8bf230abe5076df58da9a /helm/robot/templates/test-job.yaml
parent59c25aa2599da95a52baffe261065f84f2bf7e20 (diff)
Add sync topic support in docker/K8s deployment
Issue-ID: POLICY-5031 Change-Id: I5ae1fe07d90744f992a3bce2853ab26e39218cd7 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'helm/robot/templates/test-job.yaml')
-rw-r--r--helm/robot/templates/test-job.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/helm/robot/templates/test-job.yaml b/helm/robot/templates/test-job.yaml
index a573b510..f9df6f65 100644
--- a/helm/robot/templates/test-job.yaml
+++ b/helm/robot/templates/test-job.yaml
@@ -1,5 +1,5 @@
{{/*
-# Copyright (C) 2023 Nordix Foundation.
+# Copyright (C) 2023-2024 Nordix Foundation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -49,7 +49,7 @@ spec:
imagePullPolicy: Never
env:
- name: ROBOT_FILE
- value: "$(ROBOT_FILE)"
+ value: {{ .Values.robot }}
command: [ "./run-test.sh" ]
volumeMounts:
- name: robot-csit-pv
@@ -58,4 +58,4 @@ spec:
volumes:
- name: robot-csit-pv
hostPath:
- path: {{ .Values.robotLogDir }} \ No newline at end of file
+ path: {{ .Values.robotLogDir }}