Update timeout to align values
This commit is contained in:
parent
810acfafbe
commit
8e2eebb197
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
kubectl wait --namespace ingress-nginx \
|
||||
--for=condition=ready pod \
|
||||
--selector=app.kubernetes.io/component=controller \
|
||||
--timeout=90s
|
||||
--timeout=120s
|
||||
```
|
||||
|
||||
## Contents
|
||||
|
|
Loading…
Reference in a new issue