Replace bigbang extension in favor of zarf dev generate bigbang
command
#2875
Labels
enhancement ✨
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
The bigbang extension was created to make it simpler to deploy big bang alongside Zarf. Big bang is a helm chart containing helm charts so it can be hard to find all the images and repos within. The Zarf bigbang extension simplifies the creation of the big bang package by automatically going through the big bang helm chart & git repos to find all of the images, git repos, and manifests that are deployed by big bang. Zarf also automatically creates a custom values file to set registry creds, git server info, and kyverno policies in the helm chart. This lets users deploy bigbang with only a few lines of yaml, however this comes with downsides.
Below is the component that Zarf currently creates from the big bang extension. The
zarf dev generate bigbang
command will create a similar component to the one below. The files and values file will be placed on disk in a directory beside thezarf.yaml
file. User supplied values file & flux patch files can be added after running generate and will be merged into the component on subsequent generate runs.skipFlux
repo
andversion
will become cli args.Implementation decisions:
The text was updated successfully, but these errors were encountered: