diff --git a/README.md b/README.md index f42ee5e..460f0ac 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # gitops GitOps artefacts + + +## Deploy Postgres CrunchyDB + +1. Create a namespace ***preprod-database*** +2. Install the crunchyDB operator +3. run oc apply -k kustomize/postgres + +More details here : https://access.crunchydata.com/documentation/postgres-operator/5.3.1/quickstart/ + +