diff --git a/k8s-peterg/argocd/patches/configmap.yaml b/k8s-peterg/argocd/patches/configmap.yaml index 61ead9d..29171e5 100644 --- a/k8s-peterg/argocd/patches/configmap.yaml +++ b/k8s-peterg/argocd/patches/configmap.yaml @@ -7,6 +7,7 @@ metadata: app.kubernetes.io/name: argocd-cm app.kubernetes.io/part-of: argocd data: + url: https://argocd.peterg.nl dex.config: | connectors: - name: authentik @@ -14,8 +15,8 @@ data: type: oidc config: issuer: $argocd-authentik-provider:dex.authentik.issuer - clientID: $argocd-authentik-app:dex.authentik.clientID - clientSecret: $argocd-authentik-app:dex.authentik.clientSecret + clientID: $argocd-authentik-provider:dex.authentik.clientID + clientSecret: $argocd-authentik-provider:dex.authentik.clientSecret isecureEnableGroups: true scopes: - openid