This action runs kubernetes-validate against a directory
Required The directory containing manifest files to validate
Version of kubernetes to validate against. Defaults to the latest for the version of this action.
Whether to enforce unexpected additional properties (this is useful to detect mis-named/mis-typed properties)
Whether to ignore warnings (typically because kubernetes-validate can't validate a resource against a Custom Resource Definition)
The output of running kubernetes-validate
uses: Skedulo/[email protected]
with:
directory: output
strict: true
version: 1.21.0