stacks/template/stacks/core/argocd/values.yaml

34 lines
594 B
YAML
Raw Normal View History

2024-11-20 15:18:39 +01:00
global:
domain: {{{ .Env.DOMAIN }}}
2024-11-20 15:18:39 +01:00
configs:
params:
server.insecure: true
server.basehref: /argocd
2024-11-20 15:18:39 +01:00
cm:
2024-11-21 19:28:54 +01:00
application.resourceTrackingMethod: annotation
2024-11-20 15:18:39 +01:00
timeout.reconciliation: 60s
resource.exclusions: |
2024-11-21 19:28:54 +01:00
- apiGroups:
- "*"
kinds:
- ProviderConfigUsage
2024-11-29 10:23:21 +01:00
- apiGroups:
- cilium.io
kinds:
- CiliumIdentity
clusters:
- "*"
2024-11-23 18:23:23 +01:00
accounts.provider-argocd: apiKey
rbac:
policy.csv: 'g, provider-argocd, role:admin'
2024-11-21 19:28:54 +01:00
2024-11-20 15:18:39 +01:00
tls:
certificates:
notifications:
enabled: false
dex:
enabled: false