diff --git a/tutordiscovery/patches/k8s-deployments b/tutordiscovery/patches/k8s-deployments index 1101804..fa29b62 100644 --- a/tutordiscovery/patches/k8s-deployments +++ b/tutordiscovery/patches/k8s-deployments @@ -23,9 +23,9 @@ spec: - name: DJANGO_SETTINGS_MODULE value: course_discovery.settings.tutor volumeMounts: - - mountPath: /openedx/discovery/course_discovery/settings/tutor.py + - mountPath: /openedx/discovery/course_discovery/settings/tutor/production.py name: settings - subPath: tutor.py + subPath: production.py volumes: - name: settings configMap: diff --git a/tutordiscovery/patches/kustomization-configmapgenerator b/tutordiscovery/patches/kustomization-configmapgenerator index 2f099df..290f7e9 100644 --- a/tutordiscovery/patches/kustomization-configmapgenerator +++ b/tutordiscovery/patches/kustomization-configmapgenerator @@ -1,3 +1,3 @@ - name: discovery-settings files: - - plugins/discovery/apps/settings/tutor.py + - plugins/discovery/apps/settings/tutor/production.py