From: vv770d Date: Thu, 21 Oct 2021 20:19:54 +0000 (+0000) Subject: v3 spec updates for helm flow support X-Git-Tag: 1.0.7-adapter-acumos~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform.git;a=commitdiff_plain;h=9e930892d28fc4a3378fad8f942c9f91cffe4698 v3 spec updates for helm flow support Change-Id: Ic01a698a0b4d7d69f7735cd1fffcc948596807f3 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2948 Signed-off-by: vv770d --- 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 +}