Skip to content

Instantly share code, notes, and snippets.

@swade1987
Last active February 2, 2020 15:13
Show Gist options
  • Save swade1987/c234af2fc39039052c1eda466b72697c to your computer and use it in GitHub Desktop.
Save swade1987/c234af2fc39039052c1eda466b72697c to your computer and use it in GitHub Desktop.
kubeval v1
for chart in mettle/*; do
printf "\nChecking %s\n" "${chart#*/}"
helm template ${chart} > /tmp/${chart}.yaml
kubeval --strict --force-color --ignore-missing-schemas /tmp/${chart}.yaml
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment