Skip to content

Commit 14c1b65

Browse files
authored
Merge pull request #3262 from learningequality/rtibbles-patch-1
Update garbage collect command to match other jobs
2 parents 49c30b8 + 60accf9 commit 14c1b65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

k8s/templates/garbage-collect-cronjob.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ spec:
5252
- name: app
5353
image: {{ .Values.studioApp.imageName }}
5454
command:
55-
- bash
56-
- -c
57-
- 'echo "python contentcuration/manage.py garbage_collect"'
55+
- python
56+
- contentcuration/manage.py
57+
- garbage_collect
5858
env:
5959
- name: DJANGO_SETTINGS_MODULE
6060
value: contentcuration.production_settings

0 commit comments

Comments
 (0)