Skip to content

Commit

Permalink
Remove deprecated db init-admin command
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevalette authored May 21, 2024
1 parent 9217da3 commit 928c6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- /bin/sh
- -x
- -c
- /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin && /entrypoint.sh run
- /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run
env:
{{- if .Values.baseURL }}
- name: BASE_URL
Expand Down

0 comments on commit 928c6b5

Please sign in to comment.