Skip to content

Commit

Permalink
fix: allow to add default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 11, 2024
1 parent a1c1b2c commit 1e3452a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tutorcelery/patches/k8s-override
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ spec:
{% else %}
"--exclude-queues=edx.{{exclude}}.core.default"
{% endif %}
{% for setting, value in config.get("extra_params", {}).items() %}
- "--{{setting}}={{value}}"
{% endfor %}
{% endfor %}

0 comments on commit 1e3452a

Please sign in to comment.