Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 572 Bytes

File metadata and controls

22 lines (14 loc) · 572 Bytes

fluxcd-demo-apps

A repository of example apps deployed and managed using Flux CD

Caution

This is very much a work in progress!!

Creating Sealed Secrets

We assume the use of sealed secrets.

TODO: add more instructions!

How to install

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