From 55dc6c0dbe91aad969654472fd98ce08107a7f3b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 20 Apr 2026 16:21:05 -0500 Subject: [PATCH 1/2] 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 --- -- 2.49.1 From 640b5b66fc9582bc55ba61d7eb1197422cdb9e37 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 20 Apr 2026 16:24:33 -0500 Subject: [PATCH 2/2] fix: remove hyphen --- .../cl01tl/helm/audiobookshelf/templates/external-secret.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/audiobookshelf/templates/external-secret.yaml b/clusters/cl01tl/helm/audiobookshelf/templates/external-secret.yaml index bcc08b1e8..9ecb730d3 100644 --- a/clusters/cl01tl/helm/audiobookshelf/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/templates/external-secret.yaml @@ -15,9 +15,9 @@ spec: mergePolicy: Merge engineVersion: v2 data: - ntfy-url: "{{ `{{ .internal-endpoint-credential }}` }}/audiobookshelf" + ntfy-url: "{{ `{{ .endpoint }}` }}/audiobookshelf" data: - - secretKey: internal-endpoint-credential + - secretKey: endpoint remoteRef: key: /cl01tl/ntfy/users/cl01tl property: internal-endpoint-credential -- 2.49.1