Skip to content

Skedulo/kubernetes-validate-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[email protected]
with:
  directory: output
  strict: true
  version: 1.21.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published