feature: helm charts repos with certs
[osm/NBI.git] / osm_nbi / validation.py
index 4dafed5..518f1be 100644 (file)
@@ -930,6 +930,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",