From 1ffefb0c10442ca6004f458a36d39cbb5cd9b761 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 19 Sep 2023 13:55:17 -0700 Subject: [PATCH] Fix image not rendering --- .../new-user-guides/helm-charts-in-rancher/creating-apps.md | 1 - 1 file changed, 1 deletion(-) diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md index 270d7674c0c..beeea68d679 100644 --- a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md +++ b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md @@ -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). -
Rancher Chart with questions.yml (left) vs. Helm Chart without (right)
![questions.yml](/img/questions.png)