Skip to main content

One post tagged with "feature"

View All Tags

Validators added in Holos v0.101.0

Jeff McCune
Holos maintainer & author

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:

  1. Prevent insecure configuration early in the process. For example, prevent Helm from rendering a Secret which would otherwise be committed to version control.
  2. 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.