This commit is contained in:
2023-03-11 09:59:41 +07:00
parent 881324f08c
commit 5ffd029bee
6 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argo-cd
data:
url: https://argo.rmnl.ru
oidc.config: |
name: Keycloak
issuer: https://key.rmnl.ru/realms/master
clientID: argocd
clientSecret: $oidc.keycloak.clientSecret
requestedScopes: ["openid", "profile", "email", "groups"]