devtron
devtron copied to clipboard
Feature: Deployment Template Validation does not supports multiple errors and multiple validations
In deployment template validation, currently it only returns a single error, i.e., if an error is encountered then it does not continues with the validation process. Proposal is to perform the validation process throughout, and return all the errors where validation has been failed.
AB#443