env
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user