Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
annirudh committed Nov 29, 2024
1 parent cd7f0ae commit 4fbd68c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/operator-wandb/charts/app/templates/_deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ spec:
value: "10000"
- name: GORILLA_TASK_QUEUE_WORKER_ENABLED
value: "false"
- name: GORILLA_CLEAR_TASK_DEDUPE_KEY_ENABLED
value: "false"
{{- end }}

{{- if index .Values.global "weave-trace" "enabled" }}
Expand Down
2 changes: 2 additions & 0 deletions charts/operator-wandb/charts/parquet/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ spec:
value: "{{ include "app.redis" . | trim }}"
- name: GORILLA_TASK_QUEUE_WORKER_ENABLED
value: "false"
- name: GORILLA_CLEAR_TASK_DEDUPE_KEY_ENABLED
value: "false"
{{- end }}

- name: WEAVE_SERVICE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ spec:
value: "{{ include "app.redis" . | trim }}"
- name: GORILLA_TASK_QUEUE_WORKER_ENABLED
value: "false"
- name: GORILLA_CLEAR_TASK_DEDUPE_KEY_ENABLED
value: "false"
{{- end }}

- name: GORILLA_HISTORY_STORE
Expand Down

0 comments on commit 4fbd68c

Please sign in to comment.