From 8e2eebb197e51235260cf8d62b72d1e4de909d68 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 2 Jun 2020 12:11:15 -0400 Subject: [PATCH] Update timeout to align values --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index d21b76537..982bf2dda 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -23,7 +23,7 @@ kubectl wait --namespace ingress-nginx \ --for=condition=ready pod \ --selector=app.kubernetes.io/component=controller \ - --timeout=90s + --timeout=120s ``` ## Contents