mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 01:47:02 +00:00
14 lines
421 B
YAML
14 lines
421 B
YAML
name: kubeconform
|
|
version: 0.5.0
|
|
usage: Kubernetes manifest validation tool for Helm charts
|
|
description: Kubernetes manifest validation tool for Helm charts
|
|
ignoreFlags: false
|
|
command: >-
|
|
$HELM_PLUGIN_DIR/scripts/helm/plugin_wrapper.py
|
|
hooks:
|
|
install: >-
|
|
cd $HELM_PLUGIN_DIR;
|
|
./scripts/helm/plugin_binloader.sh
|
|
update: >-
|
|
cd $HELM_PLUGIN_DIR;
|
|
HELM_PLUGIN_UPDATE=1 ./scripts/helm/plugin_binloader.sh
|