Feature 11002: Deprecate helmv2
[osm/NBI.git] / osm_nbi / validation.py
index 4dafed5..4226fd6 100644 (file)
@@ -815,7 +815,6 @@ k8scluster_deploy_method_schema = {
     "title": "Deployment methods for K8s cluster",
     "type": "object",
     "properties": {
-        "helm-chart": {"type": "boolean"},
         "juju-bundle": {"type": "boolean"},
         "helm-chart-v3": {"type": "boolean"},
     },
@@ -930,6 +929,9 @@ k8srepo_properties = {
     "description": description_schema,
     "type": k8srepo_types,
     "url": description_schema,
+    "cacert": long_description_schema,
+    "user": string_schema,
+    "password": passwd_schema,
 }
 k8srepo_new_schema = {
     "title": "k8scluster creation input schema",