Files
launchpad/infra/values/argocd-values.yaml
Danijel Simeunovic 11fb039e23 comment
2026-02-27 13:43:00 +01:00

23 lines
455 B
YAML

global:
domain: argocd.127.0.0.1.nip.io
configs:
secret:
createSecret: true
cm:
application.resourceTrackingMethod: annotation
timeout.reconciliation: 60s
admin.enabled: "false"
repositories: |
- type: git
url: https://github.com/snothub
name: github-repo
params:
"server.insecure": true
server:
ingress:
enabled: false
ingressClassName: nginx
extraArgs:
- --insecure
- --disable-auth