Complete
Details
Details
Assignee
Waqar
WaqarReporter
Waqar
WaqarComponents
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created February 8, 2021 at 3:23 PM
Updated July 1, 2022 at 5:14 PM
Resolved February 17, 2021 at 7:01 AM
Right now middleware constructs values from "questions.yaml" and assumes that as the only source of values for a chart relaese. This works but it also means that chart devs have to move fields to questions.yaml which they do not want to be modified by the user and possibly not even shown to the user just so that they would be included in "values" when helm install/upgrade happens.
Reading a separate values.yaml file helps to tackle such values and chart creators can just set configuration here which they don't want user to modify.