aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 }