fix(k8s): enable DROP_EXISTING_TABLES in migration job
This commit is contained in:
parent
7b6cb67edc
commit
a29f51e906
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ spec:
|
|||
env:
|
||||
- name: MIGRATIONS_DIR
|
||||
value: "/migrations"
|
||||
- name: DROP_EXISTING_TABLES
|
||||
value: "true"
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue