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: about 1 month ago
JSON representation
A GitHub Action to validate Helm charts extracted Kubernetes configuration files
- Host: GitHub
- URL: https://github.com/junior/kubeval-helm-chart-action
- Owner: junior
- License: apache-2.0
- Created: 2020-07-23T15:53:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T23:02:36.000Z (over 5 years ago)
- Last Synced: 2026-03-12T08:40:52.947Z (3 months ago)
- Topics: actions, charts, ci, ci-cd, helm, kubernetes, kubeval
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`):