Skip to content

Commit

Permalink
docs(launch): add example agent config to values.yaml (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsherma authored Nov 1, 2023
1 parent e38fc77 commit 0e40471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/launch-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: launch-agent
icon: https://em-content.zobj.net/thumbs/240/apple/354/rocket_1f680.png
description: A Helm chart for running the W&B Launch Agent in Kubernetes
type: application
version: 0.11.0
version: 0.11.1
maintainers:
- name: wandb
email: support@wandb.com
Expand Down
6 changes: 6 additions & 0 deletions charts/launch-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ additionalTargetNamespaces:

# This should be set to the literal contents of your launch agent config.
launchConfig: |
queues: # List of queues to poll for jobs.
- <YOUR QUEUE NAME>
max_jobs: 10 # Max number of jobs to run concurrently.
max_schedulers: 1 # Max number of sweep schedulers to run concurrently.
builder: # Builder config. Type `noop` and `kaniko` can be used in a kubernetes cluster.
type: noop
# Set to false to disable volcano install.
volcano: true
Expand Down

0 comments on commit 0e40471

Please sign in to comment.