diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-01-23 13:32:30 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-01-23 13:32:30 +0100 |
commit | fbdc795a596ce46c1554277401348e287c494189 (patch) | |
tree | b68745b0cfb8c13b49c25a6592770bc3a28eb136 | |
parent | cb447183c937ce6c85839b72d772c38e8bd3b295 (diff) |
Fix HV-VES keyStoreFile property input
Issue-ID: DCAEGEN2-2038
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Idd5718702440456fc3287005d60869b0134f1de5
-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 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 } |