From 55dc6c0dbe91aad969654472fd98ce08107a7f3b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 20 Apr 2026 16:21:05 -0500 Subject: [PATCH] fix: wrong path --- clusters/cl01tl/helm/argocd/templates/external-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/argocd/templates/external-secret.yaml b/clusters/cl01tl/helm/argocd/templates/external-secret.yaml index 1bd10429d..f7c49c7f2 100644 --- a/clusters/cl01tl/helm/argocd/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/argocd/templates/external-secret.yaml @@ -17,7 +17,7 @@ spec: property: secret - secretKey: client remoteRef: - key: /cl01tk/authentik/oidc/argocd + key: /cl01tl/authentik/oidc/argocd property: client ---