Update dependencies
- sigs.k8s.io/cli-utils v0.27.0 - github.com/fluxcd/pkg/ssa v0.10.0 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ func NewStatusChecker(kubeConfig *rest.Config, pollInterval time.Duration, timeo
|
||||
pollInterval: pollInterval,
|
||||
timeout: timeout,
|
||||
client: c,
|
||||
statusPoller: polling.NewStatusPoller(c, restMapper),
|
||||
statusPoller: polling.NewStatusPoller(c, restMapper, nil),
|
||||
logger: log,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user