Skip to content

Commit

Permalink
Remove deprecated db init-admin command (#15)
Browse files Browse the repository at this point in the history
* Remove deprecated db init-admin command

https://github.com/plausible/analytics/blob/e522a2d7c182f5a0c7b2d95bf3ea248567a529e0/rel/overlays/init-admin.sh#L4-L5

* Chart version bump

Signed-off-by: Maxime VALETTE <[email protected]>

---------

Signed-off-by: Maxime VALETTE <[email protected]>
Co-authored-by: Alexandre Nuttinck <[email protected]>
  • Loading branch information
maximevalette and alexnuttinck authored Jun 14, 2024
1 parent 5db542b commit a246bbc
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 a246bbc

Please sign in to comment.