UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2f982ef4 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'aws-k3d-script-docs' into 'master'

adding reference to how to deploy Big bang after flux install

See merge request platform-one/big-bang/bigbang!2358
parents bd2ffa5f 3a05d454
No related branches found
No related tags found
1 merge request!2358adding reference to how to deploy Big bang after flux install
Pipeline #1244978 passed with warnings
......@@ -84,6 +84,18 @@ The Big Bang product is tightly coupled with the GitOps tool FluxCD. Before you
./scripts/install_flux.sh -u your-user-name -p your-password
```
## Deploy Bigbang
From the bigbang directory deploy BigBang via helm
```shell
helm upgrade -i bigbang chart/ -n bigbang --create-namespace --set registryCredentials.username=XXXXX --set registryCredentials.password='XXXXX' -f chart/values.yaml
```
Overrides can be supplemented by adding references to the specific yaml file, the right-most values file will take highest precedence:
```shell
-f ../other-overrides.yaml
```
## Troubleshooting
1. If you are on a Mac insure that you have GNU sed command installed. Otherwise you will see this error and the kubeconfig will not be updated with the IP from the instance.
......
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