Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions InstallingCodeReadyWorkspacesOnOpenShift.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To provide enough storage for multiple workspaces, I am setting the size of this
These parameters are passed via `config.yaml` file that you get along with the deploy script.

```
$ sed -i.bak -e "s/CHE_INFRA_KUBERNETES_PVC_QUANTITY: \"\"/CHE_INFRA_KUBERNETES_PVC_QUANTITY: \"5Gi\"/" config.yaml
$ sed -i '/CHE_INFRA_KUBERNETES_PVC_QUANTITY/s/""/"5Gi"/' config.yaml
```
Run the installer with the command `$ ./deploy.sh --deploy --project=wrkspc` and observe the output. The installer spins up an operator that does the installation of CodeReady Workspace Master, Keycloak server and the backend Postgresql database.

Expand Down Expand Up @@ -145,4 +145,4 @@ You will now see the KeyCloak dashboard.


Click on the `Users` menu on the left and `View all users` to see the list of users. You should see the self registered user there. Explore all the options you have to manage the users here.
![](./images/9.InstallCodeReady.png)
![](./images/9.InstallCodeReady.png)