UNCLASSIFIED - NO CUI

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

Merge branch 'fix-flux-install-doc-bb-path' into 'master'

fix bigbang git path in install flux doc

See merge request !3512
parents 9a3640e2 6f0b24e1
No related branches found
No related tags found
1 merge request!3512fix bigbang git path in install flux doc
Pipeline #2537653 passed
......@@ -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