Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 30e1fb7

Browse files
committed
cloudshell tolerations & selector
1 parent 9d16388 commit 30e1fb7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

charts/cloudshell/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type: application
2020

2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
23-
version: 4.0.8
23+
version: 4.0.9
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application.

charts/cloudshell/values.schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,20 @@
421421
}
422422
}
423423
},
424+
"tolerations": {
425+
"type": "array",
426+
"description": "Array of tolerations",
427+
"x-form": {
428+
"value": "{{region.tolerations}}"
429+
}
430+
},
431+
"nodeSelector": {
432+
"type": "object",
433+
"description": "NodeSelector",
434+
"x-form": {
435+
"value": "{{region.nodeSelector}}"
436+
}
437+
},
424438
"deleteJob": {
425439
"description": "Init parameters",
426440
"type": "object",

0 commit comments

Comments
 (0)