fixed secret var names
This commit is contained in:
@@ -13,7 +13,7 @@ data:
|
||||
oidc.config: |
|
||||
name: Authentik
|
||||
issuer: https://auth.apps.k3s.stabify.de/application/o/argo-cd/
|
||||
clientID: $argocd-oidc-secret:client_id
|
||||
clientID: kfQ0L0Z4JSjlgFkciBisEtOMxDMc4ECA729nFujN
|
||||
clientSecret: $argocd-oidc-secret:client_secret
|
||||
requestedScopes: ["openid", "profile", "email", "groups"]
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ spec:
|
||||
engineVersion: v2
|
||||
data:
|
||||
# ArgoCD OIDC Config Keys (ohne Punkte, zur Sicherheit)
|
||||
client_id: "{{ .oidc_client_id }}"
|
||||
client_secret: "{{ .oidc_client_secret }}"
|
||||
client_id: "{{ .client_id }}"
|
||||
client_secret: "{{ .client_secret }}"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user