mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 21:18:04 +00:00
Remove blank newline in tables (#868)
This fixes a typo introduced in #865 (07da386179).
This commit is contained in:
@@ -109,7 +109,6 @@ This reference contains variables that you can use in `questions.yml` nested und
|
|||||||
| label | string | true | Define the UI label. |
|
| label | string | true | Define the UI label. |
|
||||||
| description | string | false | Specify the description of the variable.|
|
| 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).|
|
| type | string | false | Default to `string` if not specified (current supported types are string, multiline, boolean, int, enum, password, storageclass, hostname, pvc, and secret).|
|
||||||
|
|
||||||
| default | string | false | Specify the default value. Only used if there is no corresponding value in the `values.yml` file. |
|
| 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. |
|
| group | string | false | Group questions by input value. |
|
||||||
| options | []string | false | Specify the options when the variable type is `enum`, for example: options:<br/> - "ClusterIP" <br/> - "NodePort" <br/> - "LoadBalancer"|
|
| options | []string | false | Specify the options when the variable type is `enum`, for example: options:<br/> - "ClusterIP" <br/> - "NodePort" <br/> - "LoadBalancer"|
|
||||||
|
|||||||
-1
@@ -109,7 +109,6 @@ This reference contains variables that you can use in `questions.yml` nested und
|
|||||||
| label | string | true | Define the UI label. |
|
| label | string | true | Define the UI label. |
|
||||||
| description | string | false | Specify the description of the variable.|
|
| 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).|
|
| type | string | false | Default to `string` if not specified (current supported types are string, multiline, boolean, int, enum, password, storageclass, hostname, pvc, and secret).|
|
||||||
|
|
||||||
| default | string | false | Specify the default value. Only used if there is no corresponding value in the `values.yml` file. |
|
| 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. |
|
| group | string | false | Group questions by input value. |
|
||||||
| options | []string | false | Specify the options when the variable type is `enum`, for example: options:<br/> - "ClusterIP" <br/> - "NodePort" <br/> - "LoadBalancer"|
|
| options | []string | false | Specify the options when the variable type is `enum`, for example: options:<br/> - "ClusterIP" <br/> - "NodePort" <br/> - "LoadBalancer"|
|
||||||
|
|||||||
Reference in New Issue
Block a user