projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7debb9
)
feature: helm charts repos with certs
65/13665/2
author
Luis Vega
<lvega@whitestack.com>
Tue, 11 Jul 2023 18:47:22 +0000
(18:47 +0000)
committer
beierlm
<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
patch
|
blob
|
history
diff --git
a/osm_nbi/validation.py
b/osm_nbi/validation.py
index
4dafed5
..
518f1be
100644
(file)
--- 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",