UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Mark Sanchez
template
Commits
c945523e
Commit
c945523e
authored
Jul 08, 2021
by
Mark Sanchez
Browse files
condense kustomize instructions to one line
parent
be439d19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
README.md
README.md
+2
-9
No files found.
README.md
View file @
c945523e
...
...
@@ -197,15 +197,8 @@ Big Bang follows a [GitOps](https://www.weave.works/blog/what-is-gitops-really)
```
shell
# Flux is used to sync Git with the the cluster configuration
# cd out of
<your
repo
>
and clone bigbang repo
cd ../../
git clone https://repo1.dso.mil/platform-one/big-bang/bigbang.git
cd bigbang
FLUX_KUSTOMIZATION=base/flux
# Deploy flux
kustomize build "$FLUX_KUSTOMIZATION" | kubectl apply -f -
kustomize build https://repo1.dso.mil/platform-one/big-bang/bigbang.git//base/flux?ref=master | kubectl apply -f -
# Wait for flux to complete
kubectl get deploy -o name -n flux-system | xargs -n1 -t kubectl rollout status -n flux-system
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment