|
@ -9,6 +9,7 @@ metadata: |
|
|
spec: |
|
|
spec: |
|
|
# generate a random backup time between 1 and 5 AM |
|
|
# generate a random backup time between 1 and 5 AM |
|
|
schedule: {{ mod (randNumeric 2) 60 }} {{ mod (randNumeric 1) 6 }} * * * |
|
|
schedule: {{ mod (randNumeric 2) 60 }} {{ mod (randNumeric 1) 6 }} * * * |
|
|
|
|
|
concurrencyPolicy: Forbid |
|
|
jobTemplate: |
|
|
jobTemplate: |
|
|
spec: |
|
|
spec: |
|
|
template: |
|
|
template: |
|
|