Merge pull request #866 from btat/image-display

Fix image not rendering
This commit is contained in:
Billy Tat
2023-09-19 15:27:00 -07:00
committed by GitHub
@@ -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)