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
Functions use server side apply (SSA) to apply their desired state. SSA is supposed to be able to handle merging arrays and objects correctly. The only catch is that the merge strategy needs to be configured for each type of custom resource (e.g. for each Crossplane MR) at the schema level. We've made some progress toward that per crossplane/upjet#300.
Are there plans to add support for this similar to what is in the original p/t feature?
https://docs.crossplane.io/latest/concepts/patch-and-transform/#merge-options
Apologies if this is already supported and I missed it somewhere.
The text was updated successfully, but these errors were encountered: