diff options
author | vv770d <vv770d@att.com> | 2021-10-21 20:19:54 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-10-21 20:21:39 +0000 |
commit | 9e930892d28fc4a3378fad8f942c9f91cffe4698 (patch) | |
tree | 5c4e1dd2c0402f76a2d8af12e8f74e81e72cc0b7 /mod | |
parent | af9ecfff73cb5a3a4dc24e2840bf5a2a46a08694 (diff) |
v3 spec updates for helm flow support
Change-Id: Ic01a698a0b4d7d69f7735cd1fffcc948596807f3
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2948
Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'mod')
-rw-r--r-- | mod/component-json-schemas/component-specification/dcae-cli-v3/component-spec-schema.json | 6 |
1 files 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 +} |