From: Luis Vega Date: Tue, 11 Jul 2023 18:47:22 +0000 (+0000) Subject: feature: helm charts repos with certs X-Git-Tag: release-v15.0-start~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=f6574e3ca504b3f0bd98d3ccdc51830418d80ed8 feature: helm charts repos with certs Change-Id: I34a6c02a7777081f851f5e9507db45dca6b1cef9 Signed-off-by: Luis Vega --- 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 @@ 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",