From 5331cb0cebba909fed468a74c53b6e678e4897e0 Mon Sep 17 00:00:00 2001 From: Mauren Berti Date: Fri, 14 Oct 2022 17:52:47 -0400 Subject: [PATCH] Fix rendering images in the Helm charts docs. --- .../new-user-guides/helm-charts-in-rancher/create-apps.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index 5e8c2310bb0..b5f9e5127ed 100644 --- a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md @@ -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).
Rancher Chart with questions.yml (top) vs. Helm Chart without (bottom)