fix(plausible): override args
All checks were successful
Renovate / renovate (push) Successful in 57s
All checks were successful
Renovate / renovate (push) Successful in 57s
This commit is contained in:
parent
4b7816a4d2
commit
2e0686d226
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ spec:
|
|||
containers:
|
||||
- name: plausible
|
||||
image: plausible
|
||||
args:
|
||||
- sh
|
||||
- -c
|
||||
- "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
env:
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
|
|
Loading…
Add table
Reference in a new issue