-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deployment): validates config trees while creating deployment
Sometimes due to user error, incorrect parameter trees may be configured while creating a deployment. This leads to cases where the paramsync sidecar never starts in case of cloud deployments because the initContainer never completes and the deployment get stuck. This commit will fix that issue by validating the trees listed in the manifest against the ones in the project. Wrike Ticket: https://www.wrike.com/open.htm?id=1249775290
- Loading branch information
1 parent
324037c
commit 8d688fc
Showing
3 changed files
with
42 additions
and
21 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