Inside the template I have a fragment like this:
props: {{- toYaml .Values.myApp.container.props }}
currently props contains 4 children:
...
container:
props:
a: ...
b: ...
c: ...
d: ...
But I want to exclude c
on the fly. Is there way to do it ?