diff options
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 +} |