From 3120ec67f5cfb9fceebedf4fa4cf3f6e3916b27f Mon Sep 17 00:00:00 2001 From: Jake Schuurmans Date: Wed, 26 Jun 2024 16:27:47 -0400 Subject: [PATCH] FS-1428; Readme changes --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a190e67..d94db34 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ A **job** is a task that is set up to be executed on a schedule through a [k8s c ``` ## Usage within sandbox -Fleet Scheduler jobs can be created within the value.yaml file of the [sandbox](https://github.com/metal-toolbox/sandbox). +Sandbox will include the [helm chart](https://github.com/metal-toolbox/fleet-scheduler/tree/main/chart) by including it as a dependency in Chart.yaml + +Fleet Scheduler jobs can be created within the value.yaml. Each job requires a few values in order to function. @@ -25,4 +27,6 @@ Each job requires a few values in order to function. ## Creating new jobs -Explained in the sandbox [README](https://github.com/metal-toolbox/sandbox/blob/main/README.md) in the "Fleet Scheduler" section. +Jobs can be created within the Sandbox, or within [values.yaml](https://github.com/metal-toolbox/fleet-scheduler/tree/main/chart/values.yaml) here. + +Explained in the sandbox [README](https://github.com/metal-toolbox/sandbox/blob/main/notes/fleet-scheduler.md).