From 2022f212de593bf847a00869c7fd87fb0f327d96 Mon Sep 17 00:00:00 2001 From: Alexandre Havrileck Date: Tue, 25 Jun 2024 10:42:51 +0200 Subject: [PATCH] docs: Add documentation to use EasyMile helm repository Closes #24 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7a3d172..032b65b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,20 @@ Moreover, a single User can only have rights to one Database. ### Using Helm +#### From EasyMile Helm Chart Repository + +```bash +helm repo add easymile https://easymile.github.io/helm-charts/ +``` + +And then deploy: + +```bash +helm install postgresql-operator easymile/postgresql-operator +``` + +#### From Git + The project has a Helm 3 chart located in `deploy/helm/postgresql-operator`. It will deploy the operator running the command: