mirror of
				https://github.com/fluxcd/flux2.git
				synced 2025-11-01 01:25:53 +08:00 
			
		
		
		
	Add poll interval flag to flux check cmd
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
		| @ -347,7 +347,7 @@ func (b *PlainGitBootstrapper) ReportComponentsHealth(ctx context.Context, insta | ||||
| 		return err | ||||
| 	} | ||||
|  | ||||
| 	checker, err := status.NewStatusChecker(cfg, 2*time.Second, timeout, b.logger) | ||||
| 	checker, err := status.NewStatusChecker(cfg, 5*time.Second, timeout, b.logger) | ||||
| 	if err != nil { | ||||
| 		return err | ||||
| 	} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Stefan Prodan
					Stefan Prodan