From 9e930892d28fc4a3378fad8f942c9f91cffe4698 Mon Sep 17 00:00:00 2001 From: vv770d Date: Thu, 21 Oct 2021 20:19:54 +0000 Subject: [PATCH] v3 spec updates for helm flow support Change-Id: Ic01a698a0b4d7d69f7735cd1fffcc948596807f3 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2948 Signed-off-by: vv770d --- .../component-specification/dcae-cli-v3/component-spec-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/component-json-schemas/component-specification/dcae-cli-v3/component-spec-schema.json b/mod/component-json-schemas/component-specification/dcae-cli-v3/component-spec-schema.json index ddea3f0..30bbb38 100644 --- a/mod/component-json-schemas/component-specification/dcae-cli-v3/component-spec-schema.json +++ b/mod/component-json-schemas/component-specification/dcae-cli-v3/component-spec-schema.json @@ -148,7 +148,7 @@ } }, "required": [ - "node_label", + "policy_id", "policy_model_id" ] } @@ -904,7 +904,7 @@ "type": "string", "enum": [ "NodePort", - "Cluster" + "ClusterIP" ] }, "name": { @@ -1159,4 +1159,4 @@ ] } } -} \ No newline at end of file +} -- 2.16.6