A repository of example apps deployed and managed using Flux CD
Caution
This is very much a work in progress!!
We assume the use of sealed secrets.
TODO: add more instructions!
The host cluster must have the Flux CD controllers installed.
Configuring Flux to manage the apps defined in the repository is a one-time operation:
flux create source git myapps --url=<giturl> --branch=main
flux create kustomization myapps --source=GitRepository/myapps --prune=true