fix: Resourcenames are hard
This commit is contained in:
parent
9fd635acd3
commit
006f50a095
2 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
- secretKey: dex.authentik.isuer
|
- secretKey: dex.authentik.issuer
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: authentik-argocd-provider/issuer
|
key: authentik-argocd-provider/issuer
|
||||||
- secretKey: dex.authentik.clientID
|
- secretKey: dex.authentik.clientID
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ metadata:
|
||||||
app.kubernetes.io/name: argocd-cm
|
app.kubernetes.io/name: argocd-cm
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
|
url: https://argocd.peterg.nl
|
||||||
dex.config: |
|
dex.config: |
|
||||||
connectors:
|
connectors:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
|
|
@ -14,8 +15,8 @@ data:
|
||||||
type: oidc
|
type: oidc
|
||||||
config:
|
config:
|
||||||
issuer: $argocd-authentik-provider:dex.authentik.issuer
|
issuer: $argocd-authentik-provider:dex.authentik.issuer
|
||||||
clientID: $argocd-authentik-app:dex.authentik.clientID
|
clientID: $argocd-authentik-provider:dex.authentik.clientID
|
||||||
clientSecret: $argocd-authentik-app:dex.authentik.clientSecret
|
clientSecret: $argocd-authentik-provider:dex.authentik.clientSecret
|
||||||
isecureEnableGroups: true
|
isecureEnableGroups: true
|
||||||
scopes:
|
scopes:
|
||||||
- openid
|
- openid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue