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:
5cdcb80
)
Feature 11002: Deprecate helmv2
61/14061/1
author
Luis Vega
<lvega@whitestack.com>
Thu, 23 Nov 2023 20:29:29 +0000
(20:29 +0000)
committer
Luis Vega
<lvega@whitestack.com>
Thu, 23 Nov 2023 20:29:29 +0000
(20:29 +0000)
Change-Id: I77fb144d533f58ff927bda9382dbc6cba0f0dbd6
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
518f1be
..
4226fd6
100644
(file)
--- a/
osm_nbi/validation.py
+++ b/
osm_nbi/validation.py
@@
-815,7
+815,6
@@
k8scluster_deploy_method_schema = {
"title": "Deployment methods for K8s cluster",
"type": "object",
"properties": {
- "helm-chart": {"type": "boolean"},
"juju-bundle": {"type": "boolean"},
"helm-chart-v3": {"type": "boolean"},
},