What vals is not designed for
mainTo maintain its focus on value composition, vals has explicit non-goals:
- Complex String-Interpolation / Template Functions:
valsis not a full-fledged YAML templating engine. It is intended for composing sets of values to be consumed by other engines (like Jsonnet or CUE), rather than performing complex data transformations or function-based manipulations. - YAML Merging: Merging multiple YAML files is out of scope. For complex merging logic, use tools like Jsonnet, Sprig, or CUE.