@@ -27,11 +27,17 @@ Each Codewind workspace also requires at least on 5Gi ReadWriteMany (RWX) persis
2727Before you can use Codewind with CodeReady Workspaces, apply the Codewind cluster role with `oc apply -f`.
2828
2929# ## Installing CodeReady Workspaces
30- 1. Subscribe to the CodeReady Workspaces operator then install it.
30+ 1\. Subscribe to the CodeReady Workspaces OperatorHub then install CodeReady Workspaces :
31+
32+ {:width="1684"}.
33+
34+ {:width="1626"}.
35+
3136 * If you did not set up an auth provider, set `openShiftoAuth` to `false`.
3237 * To enable HTTPS, set `tlsSupport` to `true`.
3338 * If you use a self-signed certificate, set `selfSignedCert` to `true`.
34- 2. Use the following yaml :
39+
40+ 2\. Use the following yaml :
3541` ` ` yaml
3642apiVersion: org.eclipse.che/v1
3743kind: CheCluster
6975 pvcClaimSize: 1Gi
7076 preCreateSubPaths: true
7177` ` `
72- * To manually install Codewind alongside Codewind Workspaces, save this yaml to a disk and run `oc apply -f <yaml>`.
73- 3. CodeReady Workspaces now installs and you can access the CodeReady Workspaces URL and Red Hat SSO Admin Console URL.
78+ * To manually install Codewind along with Codewind Workspaces, save this yaml to a disk and run `oc apply -f <yaml>`.
79+
80+ 3\. CodeReady Workspaces now installs and you can access the CodeReady Workspaces URL and Red Hat SSO Admin Console URL :
81+
82+ {:width="1482"}.
7483
7584# ## Setting up Codewind
7685Because of its dependency on `buildah`, Codewind needs to run as root and privileged. To enable Codewind, run the following commands :
0 commit comments