flant / addon-operator

A system to manage additional components for Kubernetes cluster in a simple, consistent and automated way.
https://flant.github.io/addon-operator/
Apache License 2.0
483 stars 27 forks source link

Fix ApplyPatch function #422

Closed yalosev closed 11 months ago

yalosev commented 11 months ago

Overview

Fix ApplyPatch function

What this PR does / why we need it

reflect.DeepEqual always returns false on that values Also we can optimize it and don't run marshals if no patch operations are set

Special notes for your reviewer