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:
Cobb, Randy 2018-04-11 12:35:57 -07:00
parent 7c10118a17
commit 5bfdc700b2

View File

@ -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