-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Atlas migration as init container #56
Comments
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 20, 2024
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 20, 2024
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 20, 2024
Signed-off-by: Shreyas <[email protected]>
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 21, 2024
Signed-off-by: Amit Singh <[email protected]>
semmet95
pushed a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Dec 12, 2024
* adds atlas init container to graphql-server deployment * updates readme docs * updates guac version * updates chart version Signed-off-by: Amit Singh <[email protected]> Signed-off-by: Ayush Shyam Kumar <[email protected]> Signed-off-by: Anirudh Edpuganti <[email protected]>
semmet95
pushed a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Dec 12, 2024
* adds atlas init container to graphql-server deployment * updates readme docs * updates guac version * updates chart version Signed-off-by: Amit Singh <[email protected]> Signed-off-by: Ayush Shyam Kumar <[email protected]> Signed-off-by: Anirudh Edpuganti <[email protected]> Signed-off-by: Shreyas Pandya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support adding atlas migration as an init container to the graphql-server deployment
In production-ready deployments, one would want to run the explicit
atlas
migrations instead of the default auto-migrations which are run whengraphql-server
is started.This can be added by optionally allowing an
initContainer
to run as part of thegraphql-server
deploymentThe text was updated successfully, but these errors were encountered: