Skip to content

Commit 647c31d

Browse files
committed
[OCPBUGS-44218]: Fixing command in HCP backup docs
1 parent dab6efe commit 647c31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hosted-cluster-etcd-backup-restore-on-premise.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,5 @@ $ oc scale deployment -n ${CONTROL_PLANE_NAMESPACE} --replicas=3 kube-apiserver
274274
+
275275
[source,terminal]
276276
----
277-
$ oc patch -n ${CLUSTER_NAMESPACE} hostedclusters/${CLUSTER_NAME} -p '{"spec":{"pausedUntil":""}}' --type=merge
278-
----
277+
$ oc patch -n ${HOSTED_CLUSTER_NAMESPACE} hostedclusters/${CLUSTER_NAME} -p '{"spec":{"pausedUntil":""}}' --type=merge
278+
----

0 commit comments

Comments
 (0)