From 0108d13c6109dc50e5c12af6b64b6d1182b5504e Mon Sep 17 00:00:00 2001 From: Piotr Kliczewski Date: Wed, 31 May 2023 22:15:25 +0200 Subject: [PATCH] Update postgresql deployment documentation This PR fixes spelling mistake in the command and add information about requirement of funcional storage class. --- documentation/latest/gsg/ocp.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/latest/gsg/ocp.md b/documentation/latest/gsg/ocp.md index 434b2e5..82024aa 100644 --- a/documentation/latest/gsg/ocp.md +++ b/documentation/latest/gsg/ocp.md @@ -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