chore: try to fix xlog-init
This commit is contained in:
parent
ef2f414df3
commit
a80bfd676f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue