Skip to content

Commit

Permalink
docs: Add documentation to use EasyMile helm repository
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
oxyno-zeta committed Jun 25, 2024
1 parent 4991455 commit 2022f21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2022f21

Please sign in to comment.