Update timeout to align values

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-02 12:11:15 -04:00
parent 810acfafbe
commit 8e2eebb197

View file

@ -23,7 +23,7 @@
kubectl wait --namespace ingress-nginx \ kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \ --for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \ --selector=app.kubernetes.io/component=controller \
--timeout=90s --timeout=120s
``` ```
## Contents ## Contents