Fix rendering images in the Helm charts docs.

This commit is contained in:
Mauren Berti
2022-10-14 17:52:47 -04:00
parent 211bba52aa
commit 5331cb0ceb
@@ -58,8 +58,7 @@ Before you create your own custom catalog, you should have a basic understanding
- `questions.yml`
A file that contains questions for a form. These form questions simplify deployment of a chart. Without it, you must configure the deployment using a values YAML config, which is more difficult. The following image displays the difference between a Rancher chart (which includes `questions.yml`) and a native Helm chart (which does not).
A file that contains questions for a form. These form questions simplify deployment of a chart. Without it, you must configure the deployment using a values YAML config, which is more difficult. The following images display the difference between a Rancher chart (which includes `questions.yml`) and a native Helm chart (which does not).
<figcaption>Rancher Chart with <code>questions.yml</code> (top) vs. Helm Chart without (bottom)</figcaption>