From e9c7a90bb15e06bfed259caf8013bfe348c10920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Wed, 13 Dec 2023 10:24:43 +0100 Subject: [PATCH] Remove change from <2.6 --- .../new-user-guides/helm-charts-in-rancher/creating-apps.md | 2 +- 1 file changed, 1 insertion(+), 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 2b3900f3605..06a40ab3e0e 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 @@ -96,7 +96,7 @@ This reference contains variables that you can use in `questions.yml` nested und | variable | string | true | Define the variable name specified in the `values.yml` file, using `foo.bar` for nested objects. | | label | string | true | Define the UI label. | | 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, secret and cloudcredential).| +| 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. | | group | string | false | Group questions by input value. |