summaryrefslogtreecommitdiffstats
path: root/k8s/tests/test_k8sclient_deploy.py
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-02-24 13:14:44 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-02-26 14:03:55 +0100
commit721b765248cd1661a06470e190b8467fe777d3dd (patch)
tree8dce07401ba8ca0761c29191c69e0133660320d8 /k8s/tests/test_k8sclient_deploy.py
parent56f25871c2ee7f33799a3985ec5e1215b196f3dd (diff)
Add certificate custom resource creation when CertManager CMPv2 integration is enabled
Issue-ID: DCAEGEN2-2440 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Icc2006af0520d592bfdf46d4f9fe419d7b5bc81e
Diffstat (limited to 'k8s/tests/test_k8sclient_deploy.py')
-rw-r--r--k8s/tests/test_k8sclient_deploy.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/k8s/tests/test_k8sclient_deploy.py b/k8s/tests/test_k8sclient_deploy.py
index c7b0646..cd00f37 100644
--- a/k8s/tests/test_k8sclient_deploy.py
+++ b/k8s/tests/test_k8sclient_deploy.py
@@ -58,6 +58,10 @@ K8S_CONFIGURATION = {
},
"cbs": {
"base_url": "https://config-binding-service:10443/service_component_all/test-component"
+ },
+ "cmpv2_issuer": {
+ "enabled": "false",
+ "name": "cmpv2-issuer-onap"
}
}