diff --git a/docs/2_getting_started.md b/docs/2_getting_started.md index 6b9314ebff2bdf8c28ba69f0cacc2e47c041f3e8..29287c8fd849871899a84b5771c38f5edf1cac20 100644 --- a/docs/2_getting_started.md +++ b/docs/2_getting_started.md @@ -30,17 +30,21 @@ Table of Contents [Flux v2](https://toolkit.fluxcd.io/) must be installed into the Kubernetes cluster before deploying Big Bang: -1. Deploy officially through [Iron Bank](registry1.dso.mil) +1. Deploy officially through [Iron Bank](https://registry1.dso.mil) Official flux installation helper script: -``` +```Shell ./scripts/install_flux.sh --help ``` Example baseline IronBank deployment: -``` +```Shell +REGISTRY_USERNAME="<Username>" +REGISTRY_EMAIL="<Email>" +REGISTRY_PASSWORD="<CLI secret>" + ./scripts/install_flux.sh \ --registry-username "$REGISTRY_USERNAME" \ --registry-password "$REGISTRY_PASSWORD" \