Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Feb 22, 2024
1 parent 0ab385a commit 3df8a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ worker:
extraEnvVars: *envVars

importWorker:
extraEnvVars::
extraEnvVars:
- name: SIDEKIQ_CONCURRENCY
value: "10"

Expand Down
2 changes: 1 addition & 1 deletion ops/prod-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ worker:
extraEnvVars: *envVars

importWorker:
extraEnvVars::
extraEnvVars:
- name: SIDEKIQ_CONCURRENCY
value: "20"

Expand Down

0 comments on commit 3df8a01

Please sign in to comment.