Skip to content

kubernetes-validate

Actions
Validate kubernetes resources based on kubernetes-validate
v1.22.0-alpha4
LatestPre-release
Star (0)

Tags

 (1)

kubernetes-validate github action

This action runs kubernetes-validate against a directory

Inputs

directory

Required The directory containing manifest files to validate

version

Version of kubernetes to validate against. Defaults to the latest for the version of this action.

strict

Whether to enforce unexpected additional properties (this is useful to detect mis-named/mis-typed properties)

nowarn

Whether to ignore warnings (typically because kubernetes-validate can't validate a resource against a Custom Resource Definition)

Outputs

output

The output of running kubernetes-validate

Example usage

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.

About

Validate kubernetes resources based on kubernetes-validate
v1.22.0-alpha4
LatestPre-release

Tags

 (1)

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.