UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6f0b24e1 authored by Christopher O'Connell's avatar Christopher O'Connell Committed by Ryan Garcia
Browse files

fix bigbang git path in install flux doc

parent 9a3640e2
No related branches found
No related tags found
1 merge request!3512fix bigbang git path in install flux doc
......@@ -2,4 +2,4 @@
* @ryan.thompson.44 @ryan.j.garcia @chris.oconnell @michaelmartin
# documentation codeowners/maintainers
/docs/ @aperkins @ryan.thompson.44 @ryan.j.garcia @chris.oconnell
\ No newline at end of file
/docs/ @aperkins @ryan.thompson.44 @ryan.j.garcia @chris.oconnell @michaelmartin
\ No newline at end of file
......@@ -23,7 +23,7 @@ kubectl create secret docker-registry private-registry \
--docker-username=$REGISTRY1_USER \
--docker-password=$REGISTRY1_TOKEN \
--namespace flux-system
kubectl apply -k https://repo1.dso.mil/big-bang/bigbang/bigbang.git//base/flux?ref=master
kubectl apply -k https://repo1.dso.mil/big-bang/bigbang.git//base/flux?ref=master
```
Note that you can replace ```master``` in the ```kubectl apply -k``` command above with tag of the Big Bang release you need. For example:
```
......
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