Skip to content

Commit 54aae82

Browse files
PoornimaSingourMichael Burke
authored andcommitted
Added $ before the start of the comment
Added $ at the stating of the comment to make whole document in sequence.
1 parent f3d1e78 commit 54aae82

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)