Skip to content

Commit e93ac02

Browse files
authored
Remove incorrect logical operator command
Remove logical operator in the example of command because the "&&" makes errors in the command.
1 parent acc6ced commit e93ac02

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)