Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/junior/kubeval-helm-chart-action
- Owner: junior
- License: apache-2.0
- Created: 2020-07-23T15:53:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T23:02:36.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T12:18:30.810Z (7 months ago)
- Topics: actions, charts, ci, ci-cd, helm, kubernetes, kubeval
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- 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`):