From 97849f2bc95a18ef82e17583876cbd525db6898b Mon Sep 17 00:00:00 2001 From: Denise Date: Tue, 16 Jul 2019 10:10:11 -0700 Subject: [PATCH] Update _index.md --- content/rancher/v2.x/en/catalog/apps/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/catalog/apps/_index.md b/content/rancher/v2.x/en/catalog/apps/_index.md index 679ac350de7..c6f8f101bc8 100644 --- a/content/rancher/v2.x/en/catalog/apps/_index.md +++ b/content/rancher/v2.x/en/catalog/apps/_index.md @@ -39,7 +39,7 @@ After you've either enabled the [built-in global catalogs]({{< baseurl >}}/ranch For each Helm chart, there are a list of desired answers that must be entered in order to successfully deploy the chart. When entering answers, you must format them using the syntax rules found in [Using Helm: The format and limitations of –set](https://github.com/helm/helm/blob/master/docs/using_helm.md#the-format-and-limitations-of---set), as Rancher passes them as `--set` flags to Helm. -> For example, when entering an answer that includes two values separated by a comma (i.e. `abc, bcd`), it is reuired to wrap the values with double quotes (i.e., ``"abc, bcd"``). +> For example, when entering an answer that includes two values separated by a comma (i.e. `abc, bcd`), it is required to wrap the values with double quotes (i.e., ``"abc, bcd"``). {{% tabs %}} {{% tab "UI" %}}