20 lines
396 B
Markdown
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
|
|
|