From fbdc795a596ce46c1554277401348e287c494189 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Thu, 23 Jan 2020 13:32:30 +0100 Subject: Fix HV-VES keyStoreFile property input Issue-ID: DCAEGEN2-2038 Signed-off-by: Remigiusz Janeczek Change-Id: Idd5718702440456fc3287005d60869b0134f1de5 --- blueprints/k8s-hv-ves.yaml-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blueprints') diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template index acff6f1..c66a606 100644 --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@ -93,7 +93,7 @@ node_templates: server.listenPort: { get_input: container_port } cbs.requestIntervalSec: { get_input: cbs_request_interval_sec} security.sslDisable: { get_input: security_ssl_disable } - security.keys.keyStoreFile: { get_input: security_keys_trust_store_file } + security.keys.keyStoreFile: { get_input: security_keys_key_store_file } security.keys.keyStorePasswordFile: { get_input: security_keys_key_store_password_file } security.keys.trustStoreFile: { get_input: security_keys_trust_store_file } security.keys.trustStorePasswordFile: { get_input: security_keys_trust_store_password_file } -- cgit 1.2.3-korg