Why
Observability features use helm get values piped through JSON and jq to assert release configuration. The release identity and expected values are clearer and safer as a visible YAML subset.
Scope
Add an assertion that a named Helm release contains a supplied YAML values subset using an explicit namespace and Kubernetes context.
Acceptance criteria
Parent: #858
Why
Observability features use
helm get valuespiped through JSON andjqto assert release configuration. The release identity and expected values are clearer and safer as a visible YAML subset.Scope
Add an assertion that a named Helm release contains a supplied YAML values subset using an explicit namespace and Kubernetes context.
Acceptance criteria
${VAR}interpolation semantics.helm get valuesplusjqassertions without weakening their expected values.Parent: #858