diff options
Diffstat (limited to 'helm/robot')
-rw-r--r-- | helm/robot/templates/test-job.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helm/robot/templates/test-job.yaml b/helm/robot/templates/test-job.yaml index f9df6f65..a540f456 100644 --- a/helm/robot/templates/test-job.yaml +++ b/helm/robot/templates/test-job.yaml @@ -50,6 +50,8 @@ spec: env: - name: ROBOT_FILE value: {{ .Values.robot }} + - name: TEST_ENV + value: "k8s" command: [ "./run-test.sh" ] volumeMounts: - name: robot-csit-pv |