Kustomize File Validator
Version updated for https://github.com/m477r1x/kustomize-validate to version v0.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Kustomize Validate” GitHub Action automates the validation of Kubernetes kustomization.yaml files to ensure consistency and accuracy. It identifies missing or mismatched resources by checking if all YAML files in a directory are properly declared in kustomization.yaml and vice versa, while also detecting directories missing a kustomization.yaml. This action helps teams using Kustomize or Flux streamline their workflows by catching configuration errors early and providing clear, actionable error feedback.
Release notes
Initial signed release with functional logic.