Validators added in Holos v0.101.0
We've added support for Validators in v0.101.0. Validators are useful to enforce policies and ensure consistency early in the process. This feature addresses two primary use cases:
- Prevent insecure configuration early in the process. For example, prevent
Helm from rendering a
Secret
which would otherwise be committed to version control. - Prevent unsafe configuration by validating manifests against Kubernetes core and custom resource type definitions.
Check out the Validators tutorial for examples of both use cases.