An open API service indexing awesome lists of open source software.

https://github.com/stackhpc/fluxcd-demo-apps

A repository of example apps deployed and managed using Flux CD
https://github.com/stackhpc/fluxcd-demo-apps

Last synced: 2 months ago
JSON representation

A repository of example apps deployed and managed using Flux CD

Awesome Lists containing this project

README

          

# 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](https://fluxcd.io/) controllers installed.

Configuring Flux to manage the apps defined in the repository is a one-time operation:

```sh
flux create source git myapps --url= --branch=main
flux create kustomization myapps --source=GitRepository/myapps --prune=true
```