Skip to content

Commit 46d0fd0

Browse files
authored
Merge pull request #82845 from mburke5678/82833
[OCPBUGS-42690] Added $ before the start of the comment
2 parents ce3296b + 54aae82 commit 46d0fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/dr-hosted-cluster-within-aws-region-restore.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Ensure that the `kubeconfig` file of the destination management cluster is place
2424
[source,terminal]
2525
----
2626
# Just in case
27-
export KUBECONFIG=${MGMT2_KUBECONFIG}
28-
BACKUP_DIR=${HC_CLUSTER_DIR}/backup
27+
$ export KUBECONFIG=${MGMT2_KUBECONFIG}
28+
$ BACKUP_DIR=${HC_CLUSTER_DIR}/backup
2929

3030
# Namespace deletion in the destination Management cluster
3131
$ oc delete ns ${HC_CLUSTER_NS} || true
@@ -123,7 +123,7 @@ fi
123123
+
124124
[source,terminal]
125125
----
126-
oc apply -f ${BACKUP_DIR}/namespaces/${HC_CLUSTER_NS}/np-*
126+
$ oc apply -f ${BACKUP_DIR}/namespaces/${HC_CLUSTER_NS}/np-*
127127
----
128128
129129
.Verification

0 commit comments

Comments
 (0)