diff options
-rw-r--r-- | blueprints/k8s-hv-ves.yaml-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template index 7840c94..fec97eb 100644 --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@ -71,7 +71,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_HEALTH_CHECK_API_PORT: |