summaryrefslogtreecommitdiffstats
path: root/k8s/k8splugin_types.yaml
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2020-07-29 12:20:10 +0200
committerVijay Venkatesh Kumar <vv770d@att.com>2020-08-10 21:39:45 +0000
commit75758e6b5202c3a913c7a3509c3596a11c6270ad (patch)
tree86260a0e3546e0574670564861c0efa27488c0fd /k8s/k8splugin_types.yaml
parent8632fae6fbed323aa6e4f7dea1f16dab5612b373 (diff)
Certificates from CMPv2 server - handle incorrect blueprint
K8splugin will stop without deployment creation when external_cert does not contain all the required parameters Bugfix: K8splugin will not create cert-service-client init container by default Issue-ID: DCAEGEN2-2252 DCAEGEN2-2380 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ibb6ada925ad8c7f1609e01ba9021a7dbcf0fe644
Diffstat (limited to 'k8s/k8splugin_types.yaml')
-rw-r--r--k8s/k8splugin_types.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s/k8splugin_types.yaml b/k8s/k8splugin_types.yaml
index ff649df..5d354f7 100644
--- a/k8s/k8splugin_types.yaml
+++ b/k8s/k8splugin_types.yaml
@@ -23,7 +23,7 @@ plugins:
k8s:
executor: 'central_deployment_agent'
package_name: k8splugin
- package_version: 3.2.0
+ package_version: 3.3.0
data_types:
@@ -100,7 +100,7 @@ data_types:
Flag indicating whether external TLS is to be used
type: boolean
required: false
- default: true
+ default: false
ca_name:
description: >
Name of Certificate Authority configured on CertService side