UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 26983e39 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Ensuring ingress-certs is a documented rec override

parent 3d21b8d5
No related branches found
No related tags found
1 merge request!4061Ensuring ingress-certs is a documented rec override
......@@ -99,7 +99,7 @@ The Big Bang product is tightly coupled with the GitOps tool FluxCD. Before you
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
helm upgrade -i bigbang chart/ -n bigbang --create-namespace --set registryCredentials.username=XXXXX --set registryCredentials.password='XXXXX' -f chart/ingress-certs.yaml -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:
......
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