Skip to content

Commit eb43f05

Browse files
docs: add multiline input type and base64 format PEM-8926 (#8600)
* docs: add multiline input type and base64 format PEM-8926 * empty * docs: format number * Apply suggestions from code review Co-authored-by: svetlana-efimova <[email protected]> * ci: auto-formatting prettier issues --------- Co-authored-by: svetlana-efimova <[email protected]>
1 parent 4da5f9e commit eb43f05

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

docs/docs-content/profiles/cluster-profiles/create-cluster-profiles/define-profile-variables/create-cluster-profile-variables.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,36 @@ guide to learn how to create a cluster profile.
5252

5353
6. Optionally, enter a variable **Description**.
5454

55-
7. Select the **Input type** of the variable. You can choose between **Text** and **Dropdown**. The default input type
56-
is **Text**.
55+
7. Select the **Input type** of the variable. You can choose between **Text**, **Dropdown**, and **Multiline**. The
56+
default input type is **Text**.
5757

5858
:::info
5959

60-
The dropdown input type is currently not supported in [Local UI](../../../../clusters/edge/local-ui/local-ui.md).
60+
The dropdown and multiline input types are currently not supported in
61+
[Local UI](../../../../clusters/edge/local-ui/local-ui.md).
62+
63+
Additionally, the multiline input type is limited to a maximum of 10,000 characters.
6164

6265
:::
6366

6467
8. Select the data format for the variable. The following table describes available data formats.
6568

6669
| **Format** | **Description** |
6770
| ---------- | ------------------------------------------------------------------------------------------------------ |
68-
| String | Custom text input. |
71+
| String | Custom text input. This is the only format available for the multiline input type. |
6972
| Number | Any numeric type, such as integers and floating point numbers. |
7073
| Boolean | `true` or `false`. Values that evaluate to `true` or `false`, such as 1 and 0, are not accepted. |
7174
| Version | Version value that follows the [Semantic Versioning](https://semver.org/) convention, such as `x.y.z`. |
7275
| IPv4 | Valid representation of an IPv4 address. |
7376
| IPv4 CIDR | A CIDR block of IP addresses that follow the IPv4 standard. |
7477
| IPv6 | Valid representation of an IPv6 address. |
78+
| Base64 | Strings encoded in Base64 up to a maximum size of 8 KB. |
79+
80+
:::tip
81+
82+
We recommend using the Base64 type to save your encoded secrets as profile variable values.
83+
84+
:::
7585

7686
9. If you selected **Dropdown** for the **Input type** in step 7, select **Add dropdown option**. The following table
7787
describes the available configuration fields. You must provide at least one dropdown option.

docs/docs-content/release-notes/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ tags: ["release-notes"]
3232

3333
#### Features
3434

35+
- [Cluster profile variables](../profiles/cluster-profiles/create-cluster-profiles/define-profile-variables/create-cluster-profile-variables.md)
36+
now support the multiline input type and the Base64 format. This improvement allows users to leverage cluster profile
37+
variables for use cases such as saving multiline YAML specifications and storing encoded keys for use during cluster
38+
creation.
39+
3540
#### Improvements
3641

3742
- Project tags are now displayed in the **Project Overview** page and the **Tenant Admin > Projects** page in Palette.

0 commit comments

Comments
 (0)