Helm chart extraContainers
appears to produce yaml with incorrect indentation.
#6176
Labels
extraContainers
appears to produce yaml with incorrect indentation.
#6176
Describe the bug
The
extraContainers
value of the Helm chart appears to be outputting yaml with slightly wrong indentation, in my case for theports
list.Workaround is use a yaml string instead. This outputs yaml that makes more sense to me.
To Reproduce
.Values.router.extraContainers
to yaml configuration for the extra containerExpected behavior
Rendered Helm chart uses correct indentation.
Output
My Helm Chart Values
Weird looking output
Notice the difference between router and coprocessor container
ports
.Changing to yaml string
Now the output looks better
Desktop (please complete the following information):
N/A
Additional context
I'm willing to admit this could be a PEBKAC issue. And using the yaml string is fine enough. But the example I see in the Helm chart is not using yaml strings.
The text was updated successfully, but these errors were encountered: