Increase timeout for app to start pods

During backup & restore it was noted that Armada apply would timeout
even though the nginx-ingress-controller did come up to Running state.
Increasing the timeout to 1800 to give more time before Armada times
out.

Closes-Bug: 1875664

Change-Id: I886f37feb559cfb5391dd0dd51f606a2bf207ac6
Signed-off-by: Sabeel Ansari <Sabeel.Ansari@windriver.com>
This commit is contained in:
Sabeel Ansari 2020-05-04 20:26:39 -04:00
parent c11e57693d
commit c3b37cebac

@ -8,7 +8,7 @@ data:
release: nginx-ingress
namespace: kube-system
wait:
timeout: 600
timeout: 1800
labels:
app: nginx-ingress
install: