Skip to content

Commit

Permalink
Merge 99dfdaf into cba47ee
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Jan 21, 2025
2 parents cba47ee + 99dfdaf commit c43c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator-wandb/templates/gorilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ data:
GORILLA_ARTIFACT_GC_ENABLED: "false"
GORILLA_RUN_STORE_ONPREM_MIGRATE_SHADOW_RUN_UPDATES: "true"
GORILLA_GLUE_TASK_PROVIDER: "memory://"
GORILLA_DEFAULT_REGION: "{{ default .Values.global.cloudProvider "minio" }}-{{ (include "wandb.bucket" . | fromYaml).region }}"
GORILLA_DEFAULT_REGION: "{{ default "minio-local" ((include "wandb.bucket" . | fromYaml).region) }}"
{{- if .Values.global.executor.enabled }}
GORILLA_TASK_QUEUE_WORKER_ENABLED: "false"
{{- else }}
Expand Down

0 comments on commit c43c4fc

Please sign in to comment.