Big Bang
This package deploys Big Bang using the Zarf bigbang
extension. An example of this configuration is below:
components:
- name: bigbang
required: true
extensions:
bigbang:
version: 1.54.0
skipFlux: false
valuesFiles:
- config/minimal.yaml #turns on just istio
- config/ingress.yaml # adds istio certs for *.bigbang.dev
- config/kyverno.yaml # turns on kyverno
- config/loki.yaml # turns on loki and monitoring
The bigbang
noun sits within the extensions
specification of Zarf and provides the following configuration:
version
- The version of Big Bang to userepo
- Override repo to pull Big Bang from instead of Repo OneskipFlux
- Whether to skip deploying flux; Defaults to falsevaluesFiles
- The list of values files to pass to Big Bang; these will be merged together
To walkthrough the creation and deployment of this package see the Big Bang Walkthrough.