Skip to content

Commit

Permalink
Merge pull request #3262 from learningequality/rtibbles-patch-1
Browse files Browse the repository at this point in the history
Update garbage collect command to match other jobs
  • Loading branch information
aronasorman authored Aug 17, 2021
2 parents 49c30b8 + 60accf9 commit 14c1b65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/templates/garbage-collect-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ spec:
- name: app
image: {{ .Values.studioApp.imageName }}
command:
- bash
- -c
- 'echo "python contentcuration/manage.py garbage_collect"'
- python
- contentcuration/manage.py
- garbage_collect
env:
- name: DJANGO_SETTINGS_MODULE
value: contentcuration.production_settings
Expand Down

0 comments on commit 14c1b65

Please sign in to comment.