Skip to content

Commit 8085e8a

Browse files
committed
disable create super user
1 parent 29e35d6 commit 8085e8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/seismic-risc/service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
ports:
2323
- containerPort: 80
2424
env:
25+
- name: RUN_CREATE_SUPER_USER
26+
value: "False"
2527
- name: GUNICORN_PORT
2628
value: "80"
2729
- name: GUNICORN_WORKERS

0 commit comments

Comments
 (0)