mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-14 03:37:31 +00:00
Change failed message for bootstrap
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
This commit is contained in:
parent
144b7cd922
commit
d5ad26c934
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ func applyInstallManifests(ctx context.Context, manifestPath string, components
|
|||
}
|
||||
err = statusChecker.Assess(components...)
|
||||
if err != nil {
|
||||
return fmt.Errorf("install failed with: %v", err)
|
||||
return fmt.Errorf("install timed out waiting for rollout")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue