Skip to content

Commit 895de93

Browse files
authored
fix: jobs schema (#450)
1 parent 6739c22 commit 895de93

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

plugins/contrib/charts/jobs/kontinuous.values.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@
5656
"description": "Kubernetes memory reservation for the Job",
5757
"type": "string"
5858
},
59+
"retry": {
60+
"description": "Retry the job n times.",
61+
"type": "number"
62+
},
63+
"run": {
64+
"description": "Commands that will be passed to the job's image.",
65+
"type": "string"
66+
},
67+
"kubernetes": {
68+
"description": "Allow access to the Kubernetes API.",
69+
"type": "boolean"
70+
},
5971
"cpuLimit": {
6072
"description": "Kubernetes max cpu for the Job before capping",
6173
"type": "string"

0 commit comments

Comments
 (0)