Add certificate custom resource creation when CertManager CMPv2 integration is enabled
[dcaegen2/platform/plugins.git] / k8s / tests / test_k8sclient_deploy.py
index c7b0646..cd00f37 100644 (file)
@@ -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"
     }
 }