From 80e382eaac6fa812ea0c242c4a0c3a0390a4c130 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 1 May 2024 14:08:35 +0100 Subject: Restructure of CSIT scripts - CSIT robot test suits are now compiled into a docker image - dependencies are now installed as part of Dockerfile build Issue-ID: POLICY-4987 Change-Id: I5ae4e9f58471a6038c25548d9392ece78b20e67a Signed-off-by: adheli.tavares --- helm/robot/templates/test-job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helm/robot/templates/test-job.yaml') diff --git a/helm/robot/templates/test-job.yaml b/helm/robot/templates/test-job.yaml index 1cdc53eb..a573b510 100644 --- a/helm/robot/templates/test-job.yaml +++ b/helm/robot/templates/test-job.yaml @@ -49,8 +49,8 @@ spec: imagePullPolicy: Never env: - name: ROBOT_FILE - value: {{ .Values.robot }} - command: [ "./run-test.sh", "$(ROBOT_FILE)" ] + value: "$(ROBOT_FILE)" + command: [ "./run-test.sh" ] volumeMounts: - name: robot-csit-pv mountPath: /tmp -- cgit 1.2.3-korg