From f0810b202dcf18e03e714fa03957f8eb9a913dc8 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Thu, 14 Apr 2022 16:04:07 +0200 Subject: [PATCH] fix helm instructions for ui --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 601d3ba3b..00ba2f3aa 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -101,7 +101,7 @@ helm install postgres-operator postgres-operator-charts/postgres-operator helm repo add postgres-operator-ui-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator-ui # install the postgres-operator-ui -helm install postgres-operator-ui postgres-operator-ui-charts/postgres-ui-operator +helm install postgres-operator-ui postgres-operator-ui-charts/postgres-operator-ui ``` ## Check if Postgres Operator is running