43 lines
798 B
YAML
43 lines
798 B
YAML
|
|
global:
|
||
|
|
domain: argocd.dev.t09.de
|
||
|
|
|
||
|
|
configs:
|
||
|
|
params:
|
||
|
|
server.insecure: true
|
||
|
|
cm:
|
||
|
|
oidc.config: |
|
||
|
|
name: FORGEJO
|
||
|
|
issuer: https://dex.dev.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.dev.t09.de
|
||
|
|
rbac:
|
||
|
|
policy.csv: 'g, DevFW, role:admin'
|
||
|
|
|
||
|
|
tls:
|
||
|
|
certificates:
|
||
|
|
|
||
|
|
notifications:
|
||
|
|
enabled: false
|
||
|
|
|
||
|
|
dex:
|
||
|
|
enabled: false
|