codefresh-io / cf-yaml-validator

An NPM module/CLI for validating the Codefresh YAML
MIT License
7 stars 4 forks source link

Fix `timeout` validation in `helm` schema #171

Closed ghost closed 1 year ago

ghost commented 1 year ago

This adds timeout validation for Helm step.

Helm step has its own timeout that is not compatible with recently introduced root-level timeout thus requires its own validation logic.