Skip to content

Commit 62053de

Browse files
fix deployment
1 parent 41355f1 commit 62053de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/@setup/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ ${env_vars_yaml}
275275
memory: "4Gi"
276276
cpu: "2"
277277
volumeMounts:
278-
${volume_mounts_yaml:-""}
278+
${volume_mounts_yaml:-" []"}
279279
volumes:
280-
${volumes_yaml:-""}
280+
${volumes_yaml:-" []"}
281281
EOF
282282

283283
if ! monitor_job_and_stream_logs "${job_name}" "${JOB_TIMEOUT}"; then

0 commit comments

Comments
 (0)