mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Clarify the need for namespace during export (#2722)
This commit is contained in:
parent
b233563e29
commit
24eb0b2409
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue