Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2423 from elzapp/patch-1
Browse files Browse the repository at this point in the history
--git-paths is not an argument
  • Loading branch information
squaremo authored Sep 3, 2019
2 parents 1895e70 + c7fd93a commit 5272525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fluxctl install \
--git-user=${GHUSER} \
--git-email=${GHUSER}@users.noreply.github.com \
--git-url=git@github.com:${GHUSER}/flux-get-started \
--git-paths=namespaces,workloads \
--git-path=namespaces,workloads \
--namespace=flux | kubectl apply -f -
```

Expand Down

0 comments on commit 5272525

Please sign in to comment.