feature: helm charts repos with certs 65/13665/2
authorLuis Vega <lvega@whitestack.com>
Tue, 11 Jul 2023 18:47:22 +0000 (18:47 +0000)
committerbeierlm <mark.beierl@canonical.com>
Fri, 11 Aug 2023 15:50:15 +0000 (17:50 +0200)
Change-Id: I34a6c02a7777081f851f5e9507db45dca6b1cef9
Signed-off-by: Luis Vega <lvega@whitestack.com>
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",