From 7bb21a7a219593a7e6e167745ca0f08986c098e0 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 20 Dec 2025 20:33:38 +0000 Subject: [PATCH] Automated Manifest Update (#2761) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2761 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- clusters/cl01tl/manifests/talos/CronJob-talos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/talos/CronJob-talos.yaml b/clusters/cl01tl/manifests/talos/CronJob-talos.yaml index 4cf060016..527f79e9c 100644 --- a/clusters/cl01tl/manifests/talos/CronJob-talos.yaml +++ b/clusters/cl01tl/manifests/talos/CronJob-talos.yaml @@ -223,7 +223,7 @@ spec: volumeMounts: - mountPath: /scripts/prune.sh name: prune-script - subPath: backup.sh + subPath: prune.sh - args: - -ec - /scripts/prune.sh @@ -245,7 +245,7 @@ spec: volumeMounts: - mountPath: /scripts/prune.sh name: prune-script - subPath: backup.sh + subPath: prune.sh - args: - -ec - /scripts/prune.sh @@ -267,7 +267,7 @@ spec: volumeMounts: - mountPath: /scripts/prune.sh name: prune-script - subPath: backup.sh + subPath: prune.sh volumes: - configMap: defaultMode: 493