diff --git a/tutordiscovery/patches/k8s-deployments b/tutordiscovery/patches/k8s-deployments index fa29b62..c2791c3 100644 --- a/tutordiscovery/patches/k8s-deployments +++ b/tutordiscovery/patches/k8s-deployments @@ -21,7 +21,7 @@ spec: - containerPort: 8000 env: - name: DJANGO_SETTINGS_MODULE - value: course_discovery.settings.tutor + value: course_discovery.settings.tutor.production volumeMounts: - mountPath: /openedx/discovery/course_discovery/settings/tutor/production.py name: settings