We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8db1fc commit e33ebd3Copy full SHA for e33ebd3
src/hyperpod_cli/validators/job_validator.py
@@ -195,7 +195,7 @@ def validate_yaml_content(data):
195
):
196
if "required" not in label_selector:
197
label_selector["required"] = {}
198
- required_labels[KUBERNETES_INSTANCE_TYPE_LABEL_KEY] = (
+ label_selector["required"][KUBERNETES_INSTANCE_TYPE_LABEL_KEY] = (
199
[str(instance_type)]
200
)
201
0 commit comments