diff --git a/cnpg/k8s-install.sh b/cnpg/k8s-install.sh index 18a8bb1..25e67cd 100644 --- a/cnpg/k8s-install.sh +++ b/cnpg/k8s-install.sh @@ -12,7 +12,7 @@ helm upgrade --install cnpg \ cnpg/cloudnative-pg # Wait for cert-manager pods to be ready -kubectl -n cert-manager wait \ +kubectl -n cnpg wait \ --for=condition=ready pod \ --selector=app.kubernetes.io/name=cloudnative-pg \ --timeout=90s