From d2759a094705ba14301b97c1d8764fafeda40388 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 6 Mar 2025 19:41:15 -0600 Subject: [PATCH] change issuer --- clusters/cl01tl/deployment/argocd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index fff896546..ae9a9caf0 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -12,7 +12,7 @@ argo-cd: dex.config: | connectors: - config: - issuer: https://auth.alexlebens.dev/application/o/argocd/ + issuer: https://authentik.alexlebens.net/application/o/argocd/ clientID: $argocd-oidc-secret:client clientSecret: $argocd-oidc-secret:secret insecureEnableGroups: true