diff --git a/CODEOWNERS b/CODEOWNERS index 6b963375150c1f0bbdff45ef5c2444d44a05cd14..04dd1833dd67dfc13cc43c7f4ca342d14e6ebdfc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/docs/prerequisites/install-flux.md b/docs/prerequisites/install-flux.md index 0bd9b23a9ca9e0814b7c2188786aac1e8b3624ae..bdc355aac1c1d9fe9c572a93ddd7a1913f44823c 100644 --- a/docs/prerequisites/install-flux.md +++ b/docs/prerequisites/install-flux.md @@ -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: ```