Files
cluster-bootstrap/manifests/argocd/values.yaml
duynguyen cffaa7449d fix argocd install + add root bootstrap Application manifest
- remove server.httproute from argocd values.yaml: helm install failed
  since Gateway API CRDs (installed by envoy-gateway, wave 2) don't
  exist yet; HTTPRoute is already applied manually in Phase 6
- add bootstrap-app.yaml as the Git-committed root/seed Application,
  replacing ad-hoc UI creation (GitOps anti-pattern: apps not stored
  in Git can't be recreated)
2026-07-14 17:50:06 +07:00

27 lines
530 B
YAML

nameOverride: argocd
crds:
install: true
keep: true
annotations:
argocd.argoproj.io/sync-options: ServerSideApply=true
global:
domain: argocd.fireflylab.local
image:
repository: quay.io/argoproj/argocd
pullPolicy: IfNotPresent
logging:
format: text
level: info
configs:
params:
server.insecure: true # TLS terminated at Envoy Gateway
secret:
argocdServerAdminPassword: "$ARGOCD_ADMIN_PASSWORD_HASH"
argocdServerAdminPasswordMtime: "2025-01-01T00:00:00Z"
server:
replicas: 1