From 24eb0b24099b2e9afff72558724e88125eaa0176 Mon Sep 17 00:00:00 2001 From: David Maciel Date: Fri, 15 Nov 2019 13:10:49 -0500 Subject: [PATCH] Clarify the need for namespace during export (#2722) --- docs/operator-manual/disaster_recovery.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/operator-manual/disaster_recovery.md b/docs/operator-manual/disaster_recovery.md index fdc9018d76..5e13b41ca0 100644 --- a/docs/operator-manual/disaster_recovery.md +++ b/docs/operator-manual/disaster_recovery.md @@ -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 ). 'argocd-util export' will not fail if you run it in the wrong namespace.