kubernetes-learn/postgresql_cluster/README.md
2025-05-28 10:04:54 +02:00

20 lines
396 B
Markdown

# Project
## Install Operator
1. Add the repository
```console
helm repo add postgres-operator-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator
```
2. Install operator
```console
helm install postgres-operator postgres-operator-charts/postgres-operator -f values.yaml
```
3. Others
https://postgres-operator.readthedocs.io/en/latest/quickstart/#helm-chart