interga
This commit is contained in:
13
5.Intergation/3.argocd-cm.yaml
Normal file
13
5.Intergation/3.argocd-cm.yaml
Normal 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"]
|
Reference in New Issue
Block a user