Skip to content
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

Configure flux pre-deployment for webhook-handler #894

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jjnesbitt
Copy link
Collaborator

This PR addresses an issue we have with our current deployment for the webhook handler. Currently, we simply run migrate as an entrypoint on the webhook deployment container, which means that when the deployment is updated, all pods run this essentially simultaneously. Instead, what we'd like to do is run migrate once before the entire deployment is rolled out.

This implementation is based on these flux docs. Opening this as a draft PR to start as I'm not sure how to reconcile (heh) the kustomizations defined here vs our main kustomization. @mvandenburgh when you have a chance please take a look and lmk what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant