carvel-dev / ytt

YAML templating tool that works on YAML structure instead of text
https://carvel.dev/ytt
Apache License 2.0
1.68k stars 137 forks source link

Remove redundant `when_null_skip=` kwarg #732

Closed pivotaljohn closed 2 years ago

pivotaljohn commented 2 years ago

In the design of ytt Validations, we proposed that nullable Data Values would require the configuration to skip validation should the value remain null. This has been implemented as the when_null_skip= keyword argument.

However, through adjustments in design made during implementation and usability testing (#707), we've determined that this mechanism is not needed in practice:

This work includes (by may not be limited to):