Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 623 Bytes

06-Exporting-Sync-Manifests.md

File metadata and controls

36 lines (27 loc) · 623 Bytes

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