Skip to main content

Big Bang

This package deploys Big Bang using the Zarf bigbang extension.

The bigbang noun sits within the extensions specification of Zarf and provides the following configuration:

To see a tutorial for the creation and deployment of this package see the Big Bang Tutorial.

zarf.yaml

info

To view the example in its entirety, select the Edit this page link below the article and select the parent folder.

caution

valuesFiles are processed in the order provided with Zarf adding an initial values file to populate registry and git server credentials as the first file. Including credential values (even empty ones) will override these values. This can be used to our advantage however for things like YOLO mode as described below.

Big Bang YOLO Mode Support

The Big Bang extension also supports YOLO mode, provided that you add your own credentials for the image registry. This is accomplished below with the provision-flux-credentials component and the credentials.yaml values file which allows images to be pulled from registry1.dso.mil. We demonstrate providing account credentials via Zarf Variables, but there are other ways to populate the data in private-registry.yaml.

You can learn about YOLO mode in the FAQ or the YOLO mode example.

info

To view the example in its entirety, select the Edit this page link below the article and select the parent folder, then select the yolo folder.