chore: try to fix xlog-init

This commit is contained in:
DIYgod 2023-03-30 17:13:05 +01:00
parent ef2f414df3
commit a80bfd676f
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

View File

@ -26,10 +26,7 @@ spec:
name: xlog
imagePullPolicy: Always
name: xlog-init
command:
- npm
- run
- "prisma:migrate:deploy"
command: ["npm", "run", "prisma:migrate:deploy"]
containers:
- image: $IMAGE_TAG_RELEASE
imagePullPolicy: Always

View File

@ -39,10 +39,7 @@ spec:
name: xlog
imagePullPolicy: Always
name: xlog-init
command:
- npm
- run
- "prisma:migrate:deploy"
command: ["npm", "run", "prisma:migrate:deploy"]
containers:
- image: $IMAGE_TAG_RELEASE
imagePullPolicy: Always