kubernetes-validate
ActionsValidate kubernetes resources based on kubernetes-validate
v1.22.0-alpha4
LatestPre-releaseBy Skedulo
Tags
(1)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/kubernetes-validate@v1.23.1
with:
directory: output
strict: true
version: 1.21.0
kubernetes-validate is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.