-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[Breaking]: Additive merge patch (#320)
* feat: create new additiveMergePatch mode allow user to create resources without the last-applied annotation being created. Note this will prevent fields from being auto reconciled if the user ever wants to remove something from their yaml. they can work around this by manually setting the old field to null in the yaml definition. * set last-applied to a hint * remove kapitan references * Update BaseController.js * Update BaseController.js * catch edge case of moving from additive to apply * Update BaseController.js * Update BaseController.js * better logging
- Loading branch information
Showing
2 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters