From ea15680df43a7529627907d258d286b8369281e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Sat, 30 May 2026 16:13:58 -0700 Subject: [PATCH] fix: dispatcher ExternalSecret points to dispatcher/approle not pm/approle --- k8s/externalsecrets/dispatcher-approle.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/externalsecrets/dispatcher-approle.yaml b/k8s/externalsecrets/dispatcher-approle.yaml index 8e72426..727f0db 100644 --- a/k8s/externalsecrets/dispatcher-approle.yaml +++ b/k8s/externalsecrets/dispatcher-approle.yaml @@ -16,9 +16,9 @@ spec: data: - secretKey: role_id remoteRef: - key: autojanet/pm/approle + key: autojanet/dispatcher/approle property: role_id - secretKey: secret_id remoteRef: - key: autojanet/pm/approle + key: autojanet/dispatcher/approle property: secret_id \ No newline at end of file