-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add option to manually specify migration container command
- Loading branch information
1 parent
ada01a8
commit 8360712
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,6 +162,10 @@ strategy: | |
maxUnavailable: 0 | ||
type: RollingUpdate | ||
|
||
## Configuration for specifying a differenct command to execute schema migrations | ||
initContainer: | ||
args: "npx [email protected] migrate deploy --schema prisma/schema.prisma" | ||
|
||
## @param cronJob.graphql.enabled Whether to enable the graphql cronjob | ||
## @param cronJob.graphql.schedule The unix style cronjob timer | ||
## @param cronJob.graphql.history.successful Determine how many successful jobs to keep | ||
|