mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-29 22:58:50 +00:00
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:
parent
c1528503b6
commit
8c67708829
6 changed files with 47 additions and 224 deletions
|
|
@ -49,7 +49,7 @@ func Apply(ctx context.Context, rcg genericclioptions.RESTClientGetter, manifest
|
|||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
kubePoller := polling.NewStatusPoller(kubeClient, restMapper)
|
||||
kubePoller := polling.NewStatusPoller(kubeClient, restMapper, nil)
|
||||
|
||||
resourceManager := ssa.NewResourceManager(kubeClient, kubePoller, ssa.Owner{
|
||||
Field: "flux",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue