Skip to content

Commit

Permalink
FS-1428; Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Jun 27, 2024
1 parent 927ed84 commit 3120ec6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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).

0 comments on commit 3120ec6

Please sign in to comment.