kapp
kapp copied to clipboard
rebase rules should be able to support "merging" of arrays
In some cases will want to create custom ServiceAccount whose secret's section is filled in with list of secrets. At the same time cluster is also adding array items (token secrets). There should be a way to rebase that results in a merge?
this behaviour is more pronounced in kapp-controller usage of kapp since reconciliation will be continuous causing unnecessary churn.
Explicitly: any process that relies on kapp diff to determine the need for processing experiences churn.
#191 is another example of this.