Skip to content

Commit 79e24d0

Browse files
committed
Fix VLM app node group selector parameter description
1 parent b013ff2 commit 79e24d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/azimuth-image-analysis/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"azimuthNodeGroupSelector": {
4848
"type": "string",
4949
"title": "Node Group",
50-
"description": "The node group to deploy the API backend to. Must match a node group label in the cluster. Leave empty to use any available node."
50+
"description": "(Optional) Require that the VLM runs on a particular node group. Must match a node group name in the cluster."
5151
}
5252
}
5353
},

0 commit comments

Comments
 (0)