Skip to content

Commit 40fc008

Browse files
correct comment
1 parent b88a708 commit 40fc008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sombra/charts/sombra-job-scheduler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resources:
6969
livenessProbe:
7070
exec:
7171
# This tests to see whether the file /tmp/sombra-job-scheduler-alive exists (test -f)
72-
# and if it is less than a minute old find ... -mmin +1 ....
72+
# and if it was modified within the last minute: `find ... -mmin 1 ....`
7373
# Every time sombra-job-scheduler executes it's loop to pollSombraJobs
7474
# it touches /tmp/sombra-job-scheduler-alive. This happens every pollingInterval
7575
# (which defaults to 20 seconds). Therefore, if /tmp/sombra-job-scheduler-alive is missing

0 commit comments

Comments
 (0)