mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-04 11:02:16 +00:00
By default we now use the `append` merge-strategy: * existing sequence keys will be appended * existing scalar keys will be overridden * non-existing keys will be added We also have an `override` merge-strategy: * existing keys will be overridden * non-existing keys will be added Finally, there is an `add-only` merge-strategy: * existing keys will be ignored * non-existing keys will be added Signed-off-by: Federico Di Pierro <nierro92@gmail.com>