Skip to content

Commit bc0f0ed

Browse files
authored
Merge pull request #88084 from openshift-cherrypick-robot/cherry-pick-88034-to-enterprise-4.16
[enterprise-4.16] [OCPBUGS-44218]: Fixing command in HCP backup docs
2 parents 0b582b9 + 3dea219 commit bc0f0ed

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)