cbrendanprice / dysnix-charts

Dysnix Helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lint and Test Charts

Dysnix Helm Charts

To add dysnix charts repository:

helm repo add dysnix https://dysnix.github.io/charts

Enable client githooks

It's strongly advised to enable client-side .git/hooks!

cat <<EHD > .git/hooks/pre-push
#!/bin/bash
set -e
repo_path="$(git rev-parse --show-toplevel)"

${repo_path}/githooks/pre-push/chart-version
${repo_path}/githooks/pre-push/helm-lint
${repo_path}/githooks/pre-push/yaml-lint
${repo_path}/githooks/pre-push/kubeval
EHD

chmod +x .git/hooks/pre-push

About

Dysnix Helm charts

License:Other


Languages

Language:Mustache 46.8%Language:Shell 34.2%Language:Smarty 9.0%Language:JavaScript 6.5%Language:Python 3.4%