From 8751a240c7ac74c82f3b9596840170cc42f80cc6 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 00:27:54 -0600 Subject: [PATCH] add command --- clusters/cl01tl/helm/libation/values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/libation/values.yaml b/clusters/cl01tl/helm/libation/values.yaml index 006172616..712c31a3b 100644 --- a/clusters/cl01tl/helm/libation/values.yaml +++ b/clusters/cl01tl/helm/libation/values.yaml @@ -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