aboutsummaryrefslogtreecommitdiffstats
path: root/helm/robot/templates/test-job.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/robot/templates/test-job.yaml')
-rw-r--r--helm/robot/templates/test-job.yaml4
1 files changed, 2 insertions, 2 deletions
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