Removing single quotes around the default vault config; was causing an error in rancher
This commit is contained in:
parent
a8d3487664
commit
dc7c9c36bd
@ -12,9 +12,7 @@ catalog:
|
|||||||
This is the embedded JSON format config file that vault will use at startup
|
This is the embedded JSON format config file that vault will use at startup
|
||||||
type: multiline
|
type: multiline
|
||||||
default: |
|
default: |
|
||||||
'{"backend":{"consul":{"address":"http://<listenAddress>:<listenPort>",
|
{"backend":{"consul":{"address":"http://<listenAddress>:<listenPort>", "advertise_addr":"http://<advertiseAddress>","path":"<Path>"}}, "listener":{"tcp":{"address":"0.0.0.0:18200","tls_disable":1}}}
|
||||||
"advertise_addr":"http://<advertiseAddress>","path":"<Path>"}},
|
|
||||||
"listener":{"tcp":{"address":"0.0.0.0:18200","tls_disable":1}}}'
|
|
||||||
- variable: useConsul
|
- variable: useConsul
|
||||||
label: Would you like to back Vault with Consul?
|
label: Would you like to back Vault with Consul?
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user