junior / kubeval-helm-chart-action

A GitHub Action to validate Helm charts extracted Kubernetes configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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):

About

A GitHub Action to validate Helm charts extracted Kubernetes configuration files

License:Apache License 2.0


Languages

Language:Shell 97.8%Language:JavaScript 2.2%