From 48fb7fb39ddc30dd9caf9c4ae97c33f073242811 Mon Sep 17 00:00:00 2001 From: Jedri Visser Date: Wed, 5 Oct 2022 15:07:12 +0200 Subject: [PATCH] Update create-apps.md --- .../new-user-guides/helm-charts-in-rancher/create-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1bf7a6c36ba..5e8c2310bb0 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 @@ -111,7 +111,7 @@ This reference contains variables that you can use in `questions.yml` nested und | description | string | false | Specify the description of the variable.| | type | string | false | Default to `string` if not specified (current supported types are string, multiline, boolean, int, enum, password, storageclass, hostname, pvc, and secret).| | required | bool | false | Define if the variable is required or not (true \| false)| -| default | string | false | Specify the default value. | +| default | string | false | Specify the default value. Only used if there is no corresponding value in the `values.yml` file. | | group | string | false | Group questions by input value. | | min_length | int | false | Min character length.| | max_length | int | false | Max character length.|