Skip to content

Commit

Permalink
fix(cnpg): bad wait
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne authored Jun 6, 2024
1 parent 7066db9 commit 45954b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnpg/k8s-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45954b4

Please sign in to comment.