Skip to content

Commit

Permalink
build: Set DJANGO_SETTINGS_MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 5, 2024
1 parent 1b8ede5 commit abf88d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/ietfweb/wagtail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
env:
- name: "CONTAINER_ROLE"
value: "ietfweb"
- name: "DJANGO_SETTINGS_MODULE"
value: "ietf.settings.production"
envFrom:
- configMapRef:
name: django-config
Expand Down

0 comments on commit abf88d3

Please sign in to comment.