You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have installed the latest version of Accurate (1.3.0), which includes migration to SSA (#112). While everything seems to work well, we have noticed that pre-existing resources (from before we installed the release with migration to SSA) have some suspicious managedFields. Example for a namespace controlled by a sub-namespace:
Describe the bug
We have installed the latest version of Accurate (1.3.0), which includes migration to SSA (#112). While everything seems to work well, we have noticed that pre-existing resources (from before we installed the release with migration to SSA) have some suspicious
managedFields
. Example for a namespace controlled by a sub-namespace:This results in unset fields in the SSA patch to retain in the owned resource, which is the issue the migration to SSA PR was supposed to solve (#98).
Environments
N/A
To Reproduce
Steps to reproduce the behavior:
SubNamespace
created in 2.Expected behavior
The label/annotation removed from
SubNamespace
spec should be removed from sub-namespace.Additional context
I know how to fix this and will prepare a PR. 🤠
The text was updated successfully, but these errors were encountered: