7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-27 09:03:28 +00:00
tutor/tutor
Florian Haas 0c3a160fce fix: Include the forum job only if RUN_FORUM is set
When running "tutor k8s" we can disable the forum deployment and
service by setting RUN_FORUM to false, but the corresponding job is
added to jobs.yml unconditionally.

Add a conditional to tutor/templates/k8s/jobs.yml so that the forum
job definition is only included when RUN_FORUM is true.

Fixes #525.
2021-11-18 10:22:54 +01:00
..
commands feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
templates fix: Include the forum job only if RUN_FORUM is set 2021-11-18 10:22:54 +01:00
__about__.py v12.1.6 (2021-11-02) 2021-11-02 15:55:10 +01:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
bindmounts.py refactor: better runner inheritance architecture 2021-11-01 17:21:43 +01:00
config.py feat: upgrade to open-release/lilac.master 2021-06-08 23:29:12 +02:00
env.py feat: dynamic app name and version suffix 2021-10-14 12:59:57 +02:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
images.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
interactive.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
jobs.py refactor: better runner inheritance architecture 2021-11-01 17:21:43 +01:00
plugins.py fix: always print plugins sorted by name 2021-11-08 10:40:37 +01:00
serialize.py fix: YamlParamType supports line terminators 2021-04-25 09:14:21 +02:00
types.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
utils.py chore: get rid of outdated pycryptodome ugly patch 2021-10-25 20:19:27 +02:00