Skip to content

A GitHub Action to validate Helm charts extracted Kubernetes configuration files

License

Notifications You must be signed in to change notification settings

junior/kubeval-helm-chart-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

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubeval-helm-chart Action

A GitHub Action to validate Helm charts extracted Kubernetes configuration files, using the Kubeval CLI tool.

Usage

Pre-requisites

  1. A GitHub repo containing a directory with your Helm charts (eg: /charts)
  2. A workflow YAML file in your .github/workflows directory. An example workflow is available below. For more information, reference the GitHub Help Documentation for Creating a workflow file

Inputs

Example Workflow

Create a workflow (eg: .github/workflows/kubeval-helm-chart.yaml):