X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=4226fd64bd08dfa3bef0d3f58c8993efb30ddec3;hb=refs%2Fchanges%2F61%2F14061%2F1;hp=4dafed5dc66497486da89a2f58b8629fffd3d417;hpb=6d83f8f3c7ac8c18982b3a994a539acbb033fab5;p=osm%2FNBI.git diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 4dafed5..4226fd6 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -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",