sync block creates GitOps CRDs (ArgoCD Applications or Flux Kustomizations) with infrastructure outputs wired in as parameters.
The Problem
In a traditional GitOps setup:The ubx Solution
ubx apply provisions the RDS instance and creates the ArgoCD Application CRD with the endpoint injected as a Helm parameter. ArgoCD picks it up and deploys the app.
ArgoCD Setup
Flux Setup
Multi-Stack GitOps
For large platforms, useremote blocks to consume outputs from infrastructure stacks:
