fix(umami): debug startup issues
All checks were successful
Renovate / renovate (push) Successful in 21s
All checks were successful
Renovate / renovate (push) Successful in 21s
This commit is contained in:
parent
6c7f7d4505
commit
5d1cbd290a
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ spec:
|
|||
containers:
|
||||
- name: umami
|
||||
image: umami
|
||||
command:
|
||||
- "/bin/bash"
|
||||
- "-c"
|
||||
args:
|
||||
- 'sleep 3600'
|
||||
env:
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
|
|
Loading…
Reference in a new issue