From c67ee7c8e6631a10b2e17d8d016e36664b98e059 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 23 Apr 2026 20:31:21 -0500 Subject: [PATCH] fix: wrong path --- clusters/cl01tl/helm/vault/templates/external-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/vault/templates/external-secret.yaml b/clusters/cl01tl/helm/vault/templates/external-secret.yaml index 7b4f2e9ef..27e9bd300 100644 --- a/clusters/cl01tl/helm/vault/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/vault/templates/external-secret.yaml @@ -93,7 +93,7 @@ spec: data: - secretKey: BUCKET remoteRef: - key: /digital-ocean/home-infra/vault-backup + key: /digital-ocean/home-infra/vault-backups property: BUCKET_PATH ---