diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-12-01 12:08:56 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-12-01 16:34:43 +0000 |
commit | 2db4d34bdaafdaab8ca5088ee07da1fc0989e1e7 (patch) | |
tree | af4821e0e190b18b72a7ef8c1bcc07ae41598bed /blueprints/k8s-ves.yaml | |
parent | 18bcb8230f6f1fac2f8dc905e2ca197f43810a1e (diff) |
Update HV-VES image, update blueprints to use comma as SANs delimiter
HV-VES 1.5.1 was fixed to allow it to recover after exception in CBS
communication.
Issue-ID: DCAEGEN2-2508
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Iedb0cf7da9d7139943ac1eeb4ae5dbcac7f7fa83
Diffstat (limited to 'blueprints/k8s-ves.yaml')
-rw-r--r-- | blueprints/k8s-ves.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/k8s-ves.yaml b/blueprints/k8s-ves.yaml index c21093a..d6cf08f 100644 --- a/blueprints/k8s-ves.yaml +++ b/blueprints/k8s-ves.yaml @@ -104,9 +104,9 @@ inputs: external_cert_sans: type: string description: "List of Subject Alternative Names (SANs) which should be present - in certificate. Delimiter - : Should contain common_name value and other FQDNs + in certificate. Delimiter - , Should contain common_name value and other FQDNs under which given component is accessible." - default: "dcae-ves-collector:ves-collector:ves" + default: "dcae-ves-collector,ves-collector,ves" external_cert_use_external_tls: type: boolean description: Flag to indicate external tls enable/disable. |