As an example use-case, I’d like to create an optionalValues where the when: condition evaluates to true only if there is a question that exists on the configuration page.
We have two channels, where we’d like to copy the kind: HelmChart into both channels, but both channels have a slightly different version of the kots-config.yaml file, where one has a question and the other doesn’t.
An optional workaround to this, would be to create two separate versions of the HelmChart where in one we grab the ConfigOption in the values: block and in the other don’t.