-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return to diffing inputs for resources w/o dry run. (#658)
Due to normalization performed by the API server, the recent changes to use a kubectl-style merge patch approach when diffing resources often results in spurious diffs. This interacts particularly badly with resources like `Secret` where the spurious diffs cause unnecessary resource replacements. These changes return to the earlier input-based diff logic for resources and/or API servers that do not support dry-run. Fixes #653.
- Loading branch information
Showing
2 changed files
with
32 additions
and
44 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