Skip to content

Commit

Permalink
Minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Nov 13, 2024
1 parent 5aede1e commit 1472ceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/module-04-multicluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ image::module-04-multicluster/13.png[]
[,bash]
----
export CEPH_S3_ENDPOINT="https://$(oc get route \
s3-route -n openshift-storage -o jsonpath='{.spec.host}')"
s3 -n openshift-storage -o jsonpath='{.spec.host}')"
export AWS_ACCESS_KEY_ID=$(oc get secret \
rook-ceph-object-user-ocs-storagecluster-cephobjectstore-ocs-storagecluster-cephobjectstoreuser \
-n openshift-storage -o jsonpath='{.data.AccessKey}' | base64 --decode)
Expand Down
6 changes: 3 additions & 3 deletions content/modules/ROOT/pages/module-05-mobility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The demo environment on the https://demo.redhat.com[Red Hat Demo Platform^] does

_In this exercise you will restore an OpenShift Virtual Machine to an alternate cluster from a Kasten backup._

____
[!CAUTION]
====
[CAUTION]
This exercise should be completed by the `cluster-1` user *_ONLY_*.
____
====

== 2. Creating an Import Policy

Expand Down

0 comments on commit 1472ceb

Please sign in to comment.