From acad2fa4e26aa0fe464fee2d10759000a9e91e36 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 23 Apr 2026 19:59:59 -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 b086d8f92..091e0dca4 100644 --- a/clusters/cl01tl/helm/vault/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/vault/templates/external-secret.yaml @@ -13,7 +13,7 @@ spec: data: - secretKey: token remoteRef: - key: /cl01tl/vault/role/snapshot + key: /cl01tl/vault/token property: root ---