fix: Resourcenames are hard

This commit is contained in:
Peter 2025-11-10 20:47:47 +01:00
parent 9fd635acd3
commit 006f50a095
2 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,7 @@ spec:
labels:
app.kubernetes.io/part-of: argocd
data:
- secretKey: dex.authentik.isuer
- secretKey: dex.authentik.issuer
remoteRef:
key: authentik-argocd-provider/issuer
- secretKey: dex.authentik.clientID

View file

@ -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