Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use kubeconform as a pre-commit hook #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Klavionik
Copy link

I would like to use kubeconform as a pre-commit hook in my projects, so I tried and added a simple pre-commit manifest to the repo. I tested it briefly, and it seem to work fine.

The only unusual thing I had to do was to set require_serial: true in the manifest. That prevents pre-commit from calling kubeconform in parallel. I found it rather confusing, and I guess one should manage concurrency at kubeconform level (using the -n flag).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant