Skip to content

Commit 63f1a51

Browse files
authored
Merge pull request #49975 from bysnupy/patch-56
Remove incorrect logical operator command
2 parents c85d829 + e93ac02 commit 63f1a51

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
@@ -14,7 +14,7 @@ To allow Argo CD to manage resources in other namespaces apart from where it is
1414
+
1515
[source,terminal]
1616
----
17-
$ oc label namespace <namespace> && \
17+
$ oc label namespace <namespace> \
1818
argocd.argoproj.io/managed-by=<instance_name> <1>
1919
----
2020
<1> The namespace where Argo CD is installed.

0 commit comments

Comments
 (0)