Latest pull request changes made:
- Refactored "default" value from multiline format to single string format to fix the issue with the values not being populated in the template if someone simply selects the catalog item, then clicks submit without making any adjustments.
This commit is contained in:
parent
7c10118a17
commit
5bfdc700b2
@ -59,8 +59,7 @@ catalog:
|
||||
type: service
|
||||
- variable: BACKEND_CONFIGURATION
|
||||
label: Specify the backend configuration in valid JSON format
|
||||
default: |
|
||||
"path":"/vault/file"
|
||||
default: '"path":"/vault/file"'
|
||||
required: true
|
||||
description: |
|
||||
Enter the configuration block for the backend (Refer to Vault documentation for valid backend configuration elements) in JSON format
|
||||
|
Loading…
x
Reference in New Issue
Block a user