Skip to content

Commit 0c8c24a

Browse files
author
Mark Letalien
committed
OSDOCs-4069: This needs to be the *instance name
1 parent f2826ff commit 0c8c24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gitops-deploy-resources-different-namespaces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To allow Argo CD to manage resources in other namespaces apart from where it is
1515
[source,terminal]
1616
----
1717
$ oc label namespace <namespace> \
18-
argocd.argoproj.io/managed-by=<instance_name> <1>
18+
argocd.argoproj.io/managed-by=<namespace> <1>
1919
----
2020
<1> The namespace where Argo CD is installed.
2121

0 commit comments

Comments
 (0)