fix(argocd): undo change clientSecret

This commit is contained in:
Christopher Hase 2025-08-15 13:50:52 +02:00
parent c92330770d
commit 8f9ce344fb

View file

@ -9,7 +9,7 @@ configs:
name: FORGEJO name: FORGEJO
issuer: https://dex.observability.t09.de issuer: https://dex.observability.t09.de
clientID: controller-argocd-dex clientID: controller-argocd-dex
clientSecret: argocd123 clientSecret: $dex-argo-client:clientSecret
requestedScopes: requestedScopes:
- openid - openid
- profile - profile