summaryrefslogtreecommitdiffstats
path: root/mod2/helm-generator/helmchartgenerator-core/src/main/resources/component-spec-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'mod2/helm-generator/helmchartgenerator-core/src/main/resources/component-spec-schema.json')
-rw-r--r--mod2/helm-generator/helmchartgenerator-core/src/main/resources/component-spec-schema.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod2/helm-generator/helmchartgenerator-core/src/main/resources/component-spec-schema.json b/mod2/helm-generator/helmchartgenerator-core/src/main/resources/component-spec-schema.json
index ddea3f0..30bbb38 100644
--- a/mod2/helm-generator/helmchartgenerator-core/src/main/resources/component-spec-schema.json
+++ b/mod2/helm-generator/helmchartgenerator-core/src/main/resources/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
+}