This commit is contained in:
avandras 2025-10-21 15:02:58 +02:00 committed by GitHub
commit 12f2e545ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -92,13 +92,13 @@ They only work only with Helm v3. Helm v2 support was dropped with v1.8.0.
```bash ```bash
# add repo for postgres-operator # add repo for postgres-operator
helm repo add postgres-operator-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator helm repo add postgres-operator-charts https://github.com/zalando/postgres-operator/blob/master/charts/postgres-operator
# install the postgres-operator # install the postgres-operator
helm install postgres-operator postgres-operator-charts/postgres-operator helm install postgres-operator postgres-operator-charts/postgres-operator
# add repo for postgres-operator-ui # add repo for postgres-operator-ui
helm repo add postgres-operator-ui-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator-ui helm repo add postgres-operator-ui-charts https://github.com/zalando/postgres-operator/blob/master/charts/postgres-operator-ui
# install the postgres-operator-ui # install the postgres-operator-ui
helm install postgres-operator-ui postgres-operator-ui-charts/postgres-operator-ui helm install postgres-operator-ui postgres-operator-ui-charts/postgres-operator-ui