Merge pull request #260 from stormqueen1990/fix-image-rendering-charts

Fix rendering of images in the Helm charts docs
This commit is contained in:
Billy Tat
2022-10-17 11:17:45 -07:00
committed by GitHub
@@ -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>