42 lines
843 B
YAML
42 lines
843 B
YAML
global:
|
|
domain: argocd.garm-provider-test.t09.de
|
|
|
|
configs:
|
|
params:
|
|
server.insecure: true
|
|
cm:
|
|
oidc.config: |
|
|
name: FORGEJO
|
|
issuer: https://dex.garm-provider-test.t09.de
|
|
clientID: controller-argocd-dex
|
|
clientSecret: $dex-argo-client:clientSecret
|
|
requestedScopes:
|
|
- openid
|
|
- profile
|
|
- email
|
|
- groups
|
|
application.resourceTrackingMethod: annotation
|
|
timeout.reconciliation: 60s
|
|
resource.exclusions: |
|
|
- apiGroups:
|
|
- "*"
|
|
kinds:
|
|
- ProviderConfigUsage
|
|
- apiGroups:
|
|
- cilium.io
|
|
kinds:
|
|
- CiliumIdentity
|
|
clusters:
|
|
- "*"
|
|
url: https://argocd.garm-provider-test.t09.de
|
|
rbac:
|
|
policy.csv: 'g, DevFW, role:admin'
|
|
|
|
tls:
|
|
certificates:
|
|
|
|
notifications:
|
|
enabled: false
|
|
|
|
dex:
|
|
enabled: false
|