Skip to content

Commit d113e0a

Browse files
authored
Merge pull request #309 from abhatt-rh/1023-minor-fixes
minor syntax fixes TELCODOCS-1023
2 parents 3eb5120 + befbbeb commit d113e0a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/patterns/medical-diagnosis/getting-started.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ include::modules/comm-attributes.adoc[]
1919

2020
* An OpenShift cluster
2121
** To create an OpenShift cluster, go to the https://console.redhat.com/[Red Hat Hybrid Cloud console].
22-
** Select *OpenShift \-> Clusters \-> Create cluster*.
22+
** Select *OpenShift* -> *Clusters* -> *Create cluster*.
2323
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. See link:../../medical-diagnosis/cluster-sizing[sizing your cluster].
2424
* A GitHub account and a token for it with repositories permissions, to read from and write to your forks.
25-
. An S3-capable Storage set up in your public or private cloud for the x-ray images
26-
. The Helm binary, see link:https://helm.sh/docs/intro/install/[Installing Helm]
25+
* An S3-capable Storage set up in your public or private cloud for the x-ray images
26+
* The Helm binary, see link:https://helm.sh/docs/intro/install/[Installing Helm]
2727
For installation tooling dependencies, see link:https://validatedpatterns.io/learn/quickstart/[Patterns quick start].
2828

2929
[NOTE]
@@ -51,14 +51,14 @@ For information about creating the buckets on other cloud providers, see the fol
5151
= Utilities
5252
//AI: Update the use of community and VP post naming tier update
5353

54-
To use the link:https://github.com/validatedpatterns/utilities[utilities] that are available, export some environment variables for your cloud provider. For example:
54+
To use the link:https://github.com/validatedpatterns/utilities[utilities] that are available, export some environment variables for your cloud provider.
5555

56-
or AWS:
56+
.Example for AWS. Ensure that you replace values with your keys:
5757

5858
[source,terminal]
5959
----
60-
export AWS_ACCESS_KEY_ID=AKXXXXXXXXXXXXX # replace with your key
61-
export AWS_SECRET_ACCESS_KEY=gkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # replace with your key
60+
export AWS_ACCESS_KEY_ID=AKXXXXXXXXXXXXX
61+
export AWS_SECRET_ACCESS_KEY=gkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
6262
----
6363

6464
Create the S3 bucket and copy over the data from the validated patterns public bucket to the created bucket for your demo. You can do this on the cloud providers console or you can use the scripts that are provided in link:https://github.com/validatedpatterns/utilities[utilities] repository.

0 commit comments

Comments
 (0)