From 5bfdc700b2c486b7948ffd5b0f25f57ea81c1fc1 Mon Sep 17 00:00:00 2001 From: "Cobb, Randy" Date: Wed, 11 Apr 2018 12:35:57 -0700 Subject: [PATCH] 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. --- templates/vault/0/rancher-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/vault/0/rancher-compose.yml b/templates/vault/0/rancher-compose.yml index 6608ba5..5688f8b 100755 --- a/templates/vault/0/rancher-compose.yml +++ b/templates/vault/0/rancher-compose.yml @@ -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