From: Todd Malsbary Date: Tue, 11 Jan 2022 23:50:52 +0000 (-0800) Subject: Increase timeout for EMCO charts X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=399703d8af1450d60a97308e07819a10c6c0ce7b;p=icn.git Increase timeout for EMCO charts The default timeout used by the Flux controllers is not long enough, leading to the Helm release becoming stuck in a "pending-install" state. Signed-off-by: Todd Malsbary Change-Id: I4aa88b1f74ab6623dc22d6aacff8bf95979b3ff2 --- diff --git a/deploy/site/cluster-icn/emco-db-release.yaml b/deploy/site/cluster-icn/emco-db-release.yaml index 060c82a..76e9ecc 100644 --- a/deploy/site/cluster-icn/emco-db-release.yaml +++ b/deploy/site/cluster-icn/emco-db-release.yaml @@ -13,6 +13,7 @@ spec: kind: GitRepository name: emco interval: 1m + timeout: 10m dependsOn: - name: podsecurity values: diff --git a/deploy/site/cluster-icn/emco-tools-release.yaml b/deploy/site/cluster-icn/emco-tools-release.yaml index e18806b..f5884d7 100644 --- a/deploy/site/cluster-icn/emco-tools-release.yaml +++ b/deploy/site/cluster-icn/emco-tools-release.yaml @@ -13,6 +13,7 @@ spec: kind: GitRepository name: emco interval: 1m + timeout: 10m dependsOn: - name: podsecurity values: