add command
All checks were successful
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 25s
renovate / renovate (push) Successful in 1m40s

This commit is contained in:
2025-12-17 00:27:54 -06:00
parent fd476955d8
commit 8751a240c7

View File

@@ -3,10 +3,10 @@ libation:
main:
type: cronjob
cronjob:
suspend: true
suspend: false
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: "0 0 * * *"
schedule: "0 0 0 * *"
startingDeadlineSeconds: 90
successfulJobsHistory: 3
failedJobsHistory: 3
@@ -37,6 +37,9 @@ libation:
repository: ubuntu
tag: resolute-20251130
pullPolicy: IfNotPresent
command:
- "sleep"
- "infinity"
resources:
requests:
cpu: 10m