Skip to content

Commit 08d95a2

Browse files
committed
Clarify NodeSelector property description
1 parent 16f1dc6 commit 08d95a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/azimuth-chat/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."
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."
5151
}
5252
}
5353
},

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."
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."
5151
}
5252
}
5353
},

charts/azimuth-llm/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"azimuthNodeGroupSelector": {
4545
"type": "string",
4646
"title": "Node Group",
47-
"description": "The node group to deploy the API backend to. Must match a node group label in the cluster."
47+
"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."
4848
}
4949
}
5050
},

0 commit comments

Comments
 (0)