Expodrint Sync Manifests
Clone the flux-infra
repository
git clone https://github.com/${GITHUB_USER}/flux-infra.git
cd flux-infra
Export the Source Controller
# See the contents
flux export source git instavote
# Save the contents
flux export source git instavote
Export the Kustomizations
# See the contents
flux export kustomization vote-dev
# Save the contents
flux export kustomization vote-dev >> clusters/dev/vote-dev-kustomization.yaml
Save the Resources
git add -Av
git commit -am "chore: save cluster dev configuration"
git push origin HEAD:refs/heads/main