UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
README.md 723 B
Newer Older
joshwolf's avatar
joshwolf committed
# Umbrella

joshwolf's avatar
joshwolf committed
Work in progress umbrella package

The following examples expect a cluster with fluxv2 preinstalled.  This can be done by [installing the flux cli](https://toolkit.fluxcd.io/get-started/#install-the-flux-cli) and running `flux install`.  (TODO: Convert to IB images).
A bare mininmum, simple quickstart is provided under `./examples/simple`:

```bash
kubectl apply -f examples/simple
While simple to use, Big Bang also allows full flexibility in configuring individual packages, using encrypted secrets, and deploying to multiple environments with the same configuration base.  
See the [readme](./examples/complete/README.md) for more information.