Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 602bd70

Browse files
committed
Address further review comments
Signed-off-by: John Collier <John.J.Collier@ibm.com>
1 parent 5646781 commit 602bd70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/_documentations/installoncloud.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ To setup a Codewind-ready install of Che, follow these instructions. Alternative
1818
# Table of Contents
1919
1. [Prerequisites](#prerequisites)
2020
2. [Installing Che with the operator](#installing-che-with-the-operator)
21-
2. [Setting up OKD and OpenShift](#setting-up-okd-and-openshift)
22-
3. [Setting up other Kubernetes](#setting-up-other-kubernetes)
23-
4. [After installing Che](#after-installing-che)
24-
5. [Creating the Codewind workspace](#creating-the-codewind-workspace)
21+
3. [Setting up OKD and OpenShift](#setting-up-okd-and-openshift)
22+
4. [Setting up other Kubernetes](#setting-up-other-kubernetes)
23+
5. [After installing Che](#after-installing-che)
24+
6. [Creating the Codewind workspace](#creating-the-codewind-workspace)
2525

2626
## Prerequisites
2727
- Set up the PersistentVolume (PV) with either Network File System (NFS) or GlusterFS.
@@ -43,7 +43,7 @@ For instructions on installing Che with the Che operator, please see the [Eclips
4343
1. Create the `eclipse-codewind` cluster role: `kubectl apply -f https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/setup/install_che/codewind-clusterrole.yaml`
4444

4545
2. Ensure the following fields in your `CheCluster` `.yaml` file are set:
46-
- The spec.server.cheWorkspaceClusterRole field is set to eclipse-codewind, which was created when you previously applied the Codewind ClusterRole.
46+
- The `spec.server.cheWorkspaceClusterRole` field is set to `eclipse-codewind`, which was created when you previously applied the Codewind ClusterRole.
4747
- The `spec.storage.preCreateSubPaths` field is set to `true`.
4848

4949
## Setting up OKD and OpenShift

0 commit comments

Comments
 (0)