Clarify the need for namespace during export (#2722)

This commit is contained in:
David Maciel 2019-11-15 13:10:49 -05:00 committed by Alex Collins
parent b233563e29
commit 24eb0b2409

View file

@ -23,3 +23,6 @@ Import from a backup:
```bash
docker run -v ~/.kube:/home/argocd/.kube --rm argoproj/argocd:$VERSION argocd-util import - < backup.yaml
```
!!! note
If you are running Argo CD on a namespace different than default remember to pass the namespace parameter (-n <namespace>). 'argocd-util export' will not fail if you run it in the wrong namespace.