Overlaying data values (in following order: values.yml, overlay.yml):
Document on line overlay.yml:4: Map item (key 'ca_certs') on line
overlay.yml:5: Array item on line overlay.yml:6: Expected array item
to have 'overlay/match' annotation
In general, we're missing a matcher, not specifically #@overlay/match.
Let's offer a hint that they likely mean #@overlay/append.
Given a situation like this:
values.yml
output.yml
overlay.yml
The error message is:
In general, we're missing a matcher, not specifically
#@overlay/match
.Let's offer a hint that they likely mean
#@overlay/append
.