Skip to content

Commit

Permalink
fix: jobs schema
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 13, 2023
1 parent 6739c22 commit 4dc50cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions plugins/contrib/charts/jobs/kontinuous.values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
"description": "Kubernetes memory reservation for the Job",
"type": "string"
},
"retry": {
"description": "Retry the job n times.",
"type": "number"
},
"run": {
"description": "Commands that will be passed to the job's image.",
"type": "string"
},
"kubernetes": {
"description": "Allow access to the Kubernetes API.",
"type": "boolean"
},
"cpuLimit": {
"description": "Kubernetes max cpu for the Job before capping",
"type": "string"
Expand Down

0 comments on commit 4dc50cf

Please sign in to comment.