feature: helm charts repos with certs

Change-Id: I34a6c02a7777081f851f5e9507db45dca6b1cef9
Signed-off-by: Luis Vega <lvega@whitestack.com>
diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py
index 4dafed5..518f1be 100644
--- a/osm_nbi/validation.py
+++ b/osm_nbi/validation.py
@@ -930,6 +930,9 @@
     "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",