UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 134caef3 authored by Branden Cobb's avatar Branden Cobb
Browse files

Merge branch 'jasonkrause-master-patch-73627' into 'master'

Update 2_getting_started.md

See merge request platform-one/big-bang/bigbang!371
parents 3dddcb7c b2e554f9
No related branches found
No related tags found
1 merge request!371Update 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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment