Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
none
|
Server Version |
1
|
Sprints |
n/a
|
Customer |
n/a
|
Issue Votes (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
none
|
Server Version |
1
|
Sprints |
n/a
|
Customer |
n/a
|
When testing the helm charts for in inventory checker, I see a number of problems in the helm chart templates and values.yaml: for one thing, the templates refer to values that do not exist. This results in broken evaluation strings.
Secondly, due to textual inclusion of subordinate files in the templates, rendering includes incorrect indentation, causing the resulting YAML to be correct.
My primary test mechanism has been the use of
In part the problems were masked because due to conditional inclusion, not all includes were being processed so far.