From 419b6471ef174f8abba6a1632bc2bdf95c780eab Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 27 Dec 2025 15:26:59 -0600 Subject: [PATCH] fix --- clusters/cl01tl/helm/garage/templates/external-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/garage/templates/external-secret.yaml b/clusters/cl01tl/helm/garage/templates/external-secret.yaml index 04cdb6018..1d7f9ab57 100644 --- a/clusters/cl01tl/helm/garage/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/garage/templates/external-secret.yaml @@ -83,6 +83,6 @@ spec: target: template: data: - RESTIC_REPOSITORY: '"{{ `{{ .BUCKET_ENDPOINT }}` }}/garage/garage-db' + RESTIC_REPOSITORY: "{{ `{{ .BUCKET_ENDPOINT }}` }}/garage/garage-db" engineVersion: v2 mergePolicy: Merge