Merge "Create cron jobs idempotently"
This commit is contained in:
commit
0bc4ad5aee
@ -10,6 +10,7 @@ for i in ${CRONJOBS}; do
|
||||
|
||||
# avoid scheduled runs to prevent case when our manual job is deleted by history limit.
|
||||
kubectl patch cj/"${CJ}" -n"${NS}" -p '{"spec" : {"suspend" : true }}'
|
||||
kubectl get job -n"${NS}" "${CJ}-${TEST_POSTFIX}" || \
|
||||
kubectl create job -n"${NS}" --from=cj/"${CJ}" "${CJ}-${TEST_POSTFIX}"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user