Pre commit hook to validate helm releases #1871
Unanswered
tarioch
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a pre commit hook https://github.com/tarioch/flux-check-hook
that allows to validate a helm release locally before even committing. It does a helm pull of the repository and then helm lint using the values specified. If the helm chart uses a values.schema.json this is validated by helm lint.
Beta Was this translation helpful? Give feedback.
All reactions