Fix image not rendering

This commit is contained in:
Billy Tat
2023-09-19 13:55:35 -07:00
parent cf0e7a280d
commit 1ffefb0c10
@@ -65,7 +65,6 @@ Before you create your own custom catalog, you should have a basic understanding
A file that contains questions for a form. These form questions simplify deployment of a chart. Without it, you must configure the deployment using key value pairs, 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).
<figcaption>Rancher Chart with <code>questions.yml</code> (left) vs. Helm Chart without (right)</figcaption>
![questions.yml](/img/questions.png)