File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import (
30
30
"github.com/argoproj/gitops-engine/pkg/sync/resource"
31
31
jsonutil "github.com/argoproj/gitops-engine/pkg/utils/json"
32
32
gescheme "github.com/argoproj/gitops-engine/pkg/utils/kube/scheme"
33
- kubescheme "github.com/argoproj/gitops-engine/pkg/utils/kube/scheme"
34
33
)
35
34
36
35
const (
@@ -487,7 +486,7 @@ func generateSchemeDefaultPatch(kubeObj runtime.Object) ([]byte, error) {
487
486
488
487
// 1) Call scheme defaulter functions on a clone of our k8s resource object
489
488
patched := kubeObj .DeepCopyObject ()
490
- kubescheme .Scheme .Default (patched )
489
+ gescheme .Scheme .Default (patched )
491
490
492
491
// 2) Compare the original object (pre-defaulter funcs) with patched object (post-default funcs),
493
492
// and generate a patch that can be applied against the original
You can’t perform that action at this time.
0 commit comments