summaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-hv-ves.yaml-template
diff options
context:
space:
mode:
Diffstat (limited to 'blueprints/k8s-hv-ves.yaml-template')
-rw-r--r--blueprints/k8s-hv-ves.yaml-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template
index fffafff..299d65c 100644
--- a/blueprints/k8s-hv-ves.yaml-template
+++ b/blueprints/k8s-hv-ves.yaml-template
@@ -67,7 +67,7 @@ node_templates:
inputs:
envs:
VESHV_CONFIG_URL:
- { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name} ] }
+ { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name}, '?raw=true' ] }
VESHV_LISTEN_PORT:
{ concat: [ { get_input: container_port }, '' ] }
VESHV_SSL_DISABLE: ''