Resolve "Mimir Helm Template command gives ImportValues error"
General MR
Summary
This MR resolves an issue with how certain values are imported from the upstream chart.
The underlying problem is that these values are not defined in the upstream values.yaml
but instead are defined in a .tpl
This solution will import the subchart .tpl
file and use it's values, so that we do not have to redefine them.
Relevant logs/screenshots
(Include any relevant logs/screenshots)
Linked Issue
closes #37 (closed)
Upgrade Notices
(Include any relevant notes about upgrades here or write "N/A" if there are none)
Closes #37 (closed)
Merge request reports
Activity
added statusready-to-work teamObservability labels
assigned to @bjacksonfv
mentioned in merge request !28 (closed)
Debating between:
After talking with team we're going with Option 2, as it's more transparent to the users where the value is defined since typically you wouldn't go searching in tpl files for values.
mentioned in commit cfa90ab6