kapp icon indicating copy to clipboard operation
kapp copied to clipboard

rebase rules should be able to support "merging" of arrays

Open cppforlife opened this issue 6 years ago • 2 comments

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?

cppforlife avatar Mar 25 '20 21:03 cppforlife

this behaviour is more pronounced in kapp-controller usage of kapp since reconciliation will be continuous causing unnecessary churn.

cppforlife avatar Jul 15 '20 00:07 cppforlife

Explicitly: any process that relies on kapp diff to determine the need for processing experiences churn.

#191 is another example of this.

pivotaljohn avatar Feb 06 '21 14:02 pivotaljohn