-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): Dry run always in client mode just for yaml manifest val…
…idation even with server side apply (#564) * Revert "feat: retry with client side dry run if server one was failed (#548)" This reverts commit c0c2dd1. Signed-off-by: Anand Francis Joseph <[email protected]> * Revert "fix(server): use server side dry run in case if it is server side apply (#546)" This reverts commit 4a5648e. Signed-off-by: Anand Francis Joseph <[email protected]> * Fixed the logic to disable server side apply if it is a dry run Signed-off-by: Anand Francis Joseph <[email protected]> * Added more values in the log message for better debugging Signed-off-by: Anand Francis Joseph <[email protected]> * Fixed compilation error Signed-off-by: Anand Francis Joseph <[email protected]> * Written an inline fn to get string value of dry-run strategy Signed-off-by: Anand Francis Joseph <[email protected]> * Added comment as requested with reference to the issue number Signed-off-by: Anand Francis Joseph <[email protected]> --------- Signed-off-by: Anand Francis Joseph <[email protected]> Co-authored-by: Leonardo Luz Almeida <[email protected]>
- Loading branch information
Showing
3 changed files
with
40 additions
and
64 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