Automated upload for edp.buildth.ing
This commit is contained in:
parent
4d1eb663be
commit
27c03406bf
19 changed files with 461 additions and 66 deletions
|
|
@ -5,6 +5,18 @@ configs:
|
|||
params:
|
||||
server.insecure: true
|
||||
cm:
|
||||
# This code never quite worked, always led to 503 errors
|
||||
# In theory it allows access to ArgoCD via OIDC through Forgejo
|
||||
# oidc.config: |
|
||||
# name: FORGEJO
|
||||
# issuer: https://dex.edp.buildth.ing
|
||||
# clientID: controller-argocd-dex
|
||||
# clientSecret: $dex-argo-client:clientSecret
|
||||
# requestedScopes:
|
||||
# - openid
|
||||
# - profile
|
||||
# - email
|
||||
# - groups
|
||||
application.resourceTrackingMethod: annotation
|
||||
timeout.reconciliation: 60s
|
||||
resource.exclusions: |
|
||||
|
|
@ -18,10 +30,9 @@ configs:
|
|||
- CiliumIdentity
|
||||
clusters:
|
||||
- "*"
|
||||
accounts.provider-argocd: apiKey
|
||||
url: https://argocd.edp.buildth.ing
|
||||
rbac:
|
||||
policy.csv: 'g, provider-argocd, role:admin'
|
||||
policy.csv: 'g, DevFW, role:admin'
|
||||
|
||||
tls:
|
||||
certificates:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue