Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix target namespace arg in get started guide
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Oct 12, 2021
1 parent 19bd051 commit 42efa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/get-started.md
Expand Up @@ -157,7 +157,7 @@ directory located in the podinfo repository.

```sh
flux create kustomization podinfo \
--targetNamespace=default \
--target-namespace=default \
--source=podinfo \
--path="./kustomize" \
--prune=true \
Expand Down

0 comments on commit 42efa7d

Please sign in to comment.