From 2b017c37f5af7203691f6ded13a665d0c90bfc5b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 8 May 2026 17:10:50 -0500 Subject: [PATCH] fix: wrong path --- clusters/cl01tl/helm/talos/templates/secret-provider-class.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/talos/templates/secret-provider-class.yaml b/clusters/cl01tl/helm/talos/templates/secret-provider-class.yaml index fcba8c4c8..bd6e8713e 100644 --- a/clusters/cl01tl/helm/talos/templates/secret-provider-class.yaml +++ b/clusters/cl01tl/helm/talos/templates/secret-provider-class.yaml @@ -54,7 +54,7 @@ spec: objects: | - objectName: .s3cfg fileName: .s3cfg - secretPath: secret/data/digital-ocean/home-infra/talos-backups + secretPath: secret/data/backblaze/home-infra/talos-backups secretKey: s3cfg ---