Commit 51cbce66 by Guangbo Chen Committed by Denise

Update readme of supported questions types

parent 5506125a
...@@ -68,7 +68,7 @@ The above file also provides a list of categories that this chart fits into. Thi ...@@ -68,7 +68,7 @@ The above file also provides a list of categories that this chart fits into. Thi
| variable | string | true | define the variable name specified in the `values.yaml`file, using `foo.bar` for nested object. | | variable | string | true | define the variable name specified in the `values.yaml`file, using `foo.bar` for nested object. |
| 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, boolean, int, enum, password, storageclass and hostname).| | 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)| | 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. |
| group | string | false | group questions by input value. | | group | string | false | group questions by input value. |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment