From 895de93ba735cd311b67e0f5fccf01d001bd0983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= <38255502+matmut7@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:41:22 +0100 Subject: [PATCH] fix: jobs schema (#450) --- .../charts/jobs/kontinuous.values.schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/contrib/charts/jobs/kontinuous.values.schema.json b/plugins/contrib/charts/jobs/kontinuous.values.schema.json index 9c24687a5c..f1160ec97d 100644 --- a/plugins/contrib/charts/jobs/kontinuous.values.schema.json +++ b/plugins/contrib/charts/jobs/kontinuous.values.schema.json @@ -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"