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
And I want to update it to add an additional owner reference via ssa (without changing anything else), then I should be able to update it such that it becomes:
If an object exists on the cluster in this state:
And I want to update it to add an additional owner reference via ssa (without changing anything else), then I should be able to update it such that it becomes:
However, applying a resource via ssa (using
Force: true
or otherwise) where only themetadata
changes causes the resource to not be patched.I think it may be derived from this line where the metadata is removed from any comparison
pkg/ssa/manager_diff.go
Line 119 in 61276f4
The text was updated successfully, but these errors were encountered: