This commit is contained in:
2026-04-24 22:31:55 +02:00
parent e4a32b2c4c
commit b9f1a9fb34
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ configs:
issuer: https://id.forteapps.net/realms/forte
clientID: argocd
clientSecret: $oidc.clientSecret
requestedScopes: ["email", "profile", "groups"]
requestedScopes: ["openid", "email", "profile"]
rbacConfig:
policy.csv: |
g, ArgoCD Admins, role:admin
@@ -27,9 +27,9 @@ configs:
params:
"server.insecure": true
repoServer:
env:
# Disable git submodule checkout - submodules (e.g. shared-prompts)
# are not needed for K8s manifest generation
extraEnv:
- name: ARGOCD_GIT_MODULES_ENABLED
value: "false"
server: