-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate drift correction force mode to Helm rollback (#2798)
* Propagate drift correction force mode to Helm This enables drift correction to be forced after the fact, which can help users deal with edge cases such as patching ports on services, a case known not to be supported [1] by Helm. [1]: helm/helm#12974 * Remove service status drift end-to-end test case That test case is now covered in integration tests. * Order service drift integration tests This may reduce the risk of flakiness.
- Loading branch information
Showing
3 changed files
with
21 additions
and
5 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
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