| commit | 0a1efeda7d6f21e7c5291ac617a6403853697949 | [log] [tgz] |
|---|---|---|
| author | Luis Vega <lvega@whitestack.com> | Tue Nov 28 16:44:30 2023 +0000 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Nov 29 00:30:55 2023 +0200 |
| tree | 8c31507462382355f497fbfc70ab470218e6dbc7 | |
| parent | aef96f52934604c227b30d994c26e1771df20bf0 [diff] |
Feature 11002: Deprecate helmv2 Fixes I77fb144d533f58ff927bda9382dbc6cba0f0dbd6 Change-Id: Ieaef4f4d2d50ac28db45fb447e6656f79e38771a Signed-off-by: Luis Vega <lvega@whitestack.com>
diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 4226fd6..1bf597c 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py
@@ -819,7 +819,7 @@ "helm-chart-v3": {"type": "boolean"}, }, "additionalProperties": False, - "minProperties": 3, + "minProperties": 2, } k8scluster_nets_schema = { "title": "k8scluster nets input schema",