Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junior/kubeval-helm-chart-action

A GitHub Action to validate Helm charts extracted Kubernetes configuration files
https://github.com/junior/kubeval-helm-chart-action

actions charts ci ci-cd helm kubernetes kubeval

Last synced: 3 days ago
JSON representation

A GitHub Action to validate Helm charts extracted Kubernetes configuration files

Awesome Lists containing this project

README

        

# *kubeval-helm-chart* Action

A GitHub Action to validate Helm charts extracted Kubernetes configuration files, using the [Kubeval](https://github.com/instrumenta/kubeval) CLI tool.

## Usage

### Pre-requisites

1. A GitHub repo containing a directory with your Helm charts (eg: `/charts`)
1. A workflow YAML file in your `.github/workflows` directory. An [example workflow](#example-workflow) is available below.
For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)

### Inputs

### Example Workflow

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