From 5161c69b5d6db90ffaeeb9768bb6c08e1c9d1d67 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 20 Dec 2025 14:32:44 -0600 Subject: [PATCH] fix mount --- clusters/cl01tl/helm/talos/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/talos/values.yaml b/clusters/cl01tl/helm/talos/values.yaml index 5cb045341..1d4219062 100644 --- a/clusters/cl01tl/helm/talos/values.yaml +++ b/clusters/cl01tl/helm/talos/values.yaml @@ -246,13 +246,13 @@ etcd-backup: main: s3-prune-local: - path: /scripts/prune.sh - subPath: backup.sh + subPath: prune.sh s3-prune-remote: - path: /scripts/prune.sh - subPath: backup.sh + subPath: prune.sh s3-prune-external: - path: /scripts/prune.sh - subPath: backup.sh + subPath: prune.sh s3cmd-config-local: enabled: true type: secret