Skip to content

Commit 242c940

Browse files
chore(k8s): remove env from deployment that is baked into container image now
1 parent 4d6967e commit 242c940

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

helm-chart/templates/deployment.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ spec:
4343
ports:
4444
- containerPort: 8000
4545
protocol: TCP
46-
env:
47-
- name: DJANGO_SETTINGS_MODULE
48-
value: core.settings.docker
4946
livenessProbe:
5047
httpGet:
5148
path: /admin/

0 commit comments

Comments
 (0)