Skip to content

Commit b88a708

Browse files
fix test
1 parent 5c7d539 commit b88a708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sombra/charts/sombra-job-scheduler/tests/deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tests:
2222
command:
2323
- /bin/sh
2424
- -c
25-
- test -f /tmp/sombra-job-scheduler-alive && find /tmp/sombra-job-scheduler-alive -mmin +1 -print -quit 2>/dev/null | grep -q .
25+
- test -f /tmp/sombra-job-scheduler-alive && find /tmp/sombra-job-scheduler-alive -mmin 1 -print -quit 2>/dev/null | grep -q .
2626
timeoutSeconds: 30
2727
periodSeconds: 10
2828
successThreshold: 1

0 commit comments

Comments
 (0)