Added Argocd oidc config

This commit is contained in:
Ultradesu
2025-04-06 20:04:18 +01:00
parent aaa00a7d9a
commit d21731430a
2 changed files with 5 additions and 7 deletions

View File

@ -11,12 +11,10 @@ spec:
template:
type: Opaque
data:
dex.authentik.clientID: |-
{{ .client-id }}
dex.authentik.clientSecret: |-
{{ .client-secret }}
dex.authentik.clientID: "{{ .client_id | quote }}"
dex.authentik.clientSecret: "{{ .client_secret | quote }}"
data:
- secretKey: client-id
- secretKey: client_id
sourceRef:
storeRef:
name: vaultwarden-login
@ -24,7 +22,7 @@ spec:
remoteRef:
key: 1062e5b4-5380-49f1-97c3-340f26f3487e
property: fields[0].value
- secretKey: client-secret
- secretKey: client_secret
sourceRef:
storeRef:
name: vaultwarden-login