Skip to content

Commit

Permalink
Update postgresql deployment documentation
Browse files Browse the repository at this point in the history
This PR fixes spelling mistake in the command and add information
about requirement of funcional storage class.
  • Loading branch information
pkliczewski committed May 31, 2023
1 parent f73ffb7 commit 0108d13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion documentation/latest/gsg/ocp.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ git clone {{ page.parodos.git_repo }} -b {{ page.parodos.git_branch }}

### Installing Parodos

Before appling the manifests please make sure you have a strageclass configured
and set as default. It is needed to bind persistent volume claim used by
postgresql.

```bash
cd parodos
kubectl kustomize hack/manifests/openshift/ | kubecl apply -f -
kubectl kustomize hack/manifests/openshift/ | kubectl apply -f -
```

This will install all Parodos microservices on top of Openshift, where the
Expand Down

0 comments on commit 0108d13

Please sign in to comment.