Skip to content

Commit

Permalink
move bucket queue to globals (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks authored Jan 18, 2024
1 parent 5706b90 commit 60b674d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.10.34
version: 0.10.35
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
3 changes: 1 addition & 2 deletions charts/operator-wandb/charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ image:
# Tolerations for pod scheduling
tolerations: []

extraEnv:
BUCKET_QUEUE: internal://
extraEnv: {}
extraEnvFrom: {}

extraCors: []
Expand Down
3 changes: 2 additions & 1 deletion charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ global:
annotations: {}

extraEnvFrom: {}
extraEnv: {}
extraEnv:
BUCKET_QUEUE: internal://

operator:
namespace: default
Expand Down

0 comments on commit 60b674d

Please sign in to comment.