UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3a05d454 authored by Patrick Kelly's avatar Patrick Kelly :snake: Committed by Ryan Garcia
Browse files

adding reference to how to deploy Big bang after flux install

parent bd2ffa5f
No related branches found
No related tags found
1 merge request!2358adding reference to how to deploy Big bang after flux install
......@@ -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