Skip to content

Commit 0c63fe2

Browse files
authored
Update parameters.mdx
1 parent 4ea6e38 commit 0c63fe2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platform/administer/templates/advanced/parameters.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_label: Paramenters
44
sidebar_position: 2
55
---
66

7+
import Flow from '@site/src/components/Flow';
8+
79
# Template parameters (UI workflow)
810

911
Parameters let users customize specific parts of a template while keeping core settings consistent. When deploying resources from a parameterized template, the platform prompts users to enter values, which are injected into the Helm template using the `.Values` syntax.
@@ -16,6 +18,7 @@ property: {{ .Values.exampleVariable }}
1618
1719
This lets users modify `exampleVariable` during deployment.
1820

21+
<!-- vale off -->
1922

2023
## Define parameters using the UI
2124

@@ -74,7 +77,7 @@ Optionally, you can also define parameters directly in YAML. This can be useful
7477

7578
The platform renders this as a user input dialog when deploying the resource.
7679

77-
You can also use regex-based validation for free-form fields:
80+
You can also use regular expression based validation for free-form fields:
7881

7982
```yaml title="Free-form text field"
8083
- variable: anotherlabelvalue

0 commit comments

Comments
 (0)