summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blueprints/k8s-hv-ves.yaml-template2
-rw-r--r--blueprints/k8s-prh.yaml-template2
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template
index 12e2697..6b6da48 100644
--- a/blueprints/k8s-hv-ves.yaml-template
+++ b/blueprints/k8s-hv-ves.yaml-template
@@ -121,6 +121,6 @@ node_templates:
log_info:
log_directory: { concat: [ '/var/log/ONAP/', { get_input: hv_ves_name } ] }
tls_info:
- cert_directory: '/etc/ves-hv/ssl/'
+ cert_directory: '/etc/ves-hv/ssl'
use_tls: false
type: dcae.nodes.ContainerizedPlatformComponent
diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template
index 142f162..87a60f6 100644
--- a/blueprints/k8s-prh.yaml-template
+++ b/blueprints/k8s-prh.yaml-template
@@ -143,6 +143,6 @@ node_templates:
log_info:
log_directory: "/opt/app/prh/logs"
tls_info:
- cert_directory: '/opt/app/prh/etc/cert/'
+ cert_directory: '/opt/app/prh/etc/cert'
use_tls: true
type: dcae.nodes.ContainerizedPlatformComponent