mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 01:47:02 +00:00
7 lines
267 B
YAML
7 lines
267 B
YAML
- id: kubeconform-helm
|
|
name: Kubeconform Helm
|
|
description: Run kubeconform for Helm charts
|
|
language: script
|
|
entry: scripts/helm/pre-commit.py
|
|
files: ^charts/[^/]+/(\.kubeconform|\.helmignore|templates/NOTES.txt|.*\.(ya?ml|json|tpl))$
|
|
require_serial: true
|