| commit | 778577fa26e41103dcc4ad9775a017728094af39 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon Apr 29 09:44:38 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Apr 30 16:24:51 2024 +0400 |
| tree | a44d948d038b539f15fea77c47563fe83b40a11a | |
| parent | 44f621bf542469bae8b1888765a0e5e95b4b4459 [diff] [blame] |
AppManager: monitor installed HelmRelease resources Change-Id: Ia036e7dda8136ad696d8222e799c4d1b6a9018a9
diff --git a/core/installer/tasks/reconciler.go b/core/installer/tasks/reconciler.go index 461ffc8..0e8133e 100644 --- a/core/installer/tasks/reconciler.go +++ b/core/installer/tasks/reconciler.go
@@ -27,7 +27,7 @@ func (r fluxcdReconciler) Reconcile(ctx context.Context) { for { select { - case <-time.After(30 * time.Second): + case <-time.After(3 * time.Second): for _, res := range r.resources { http.Get(res) }