Skip to content

Commit c6c92b5

Browse files
authored
Merge pull request #54693 from mletalie/osdocs-4069
OSDOCS-4069: Instance name changed to namespace
2 parents ee1299f + 0c8c24a commit c6c92b5

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)