-
Notifications
You must be signed in to change notification settings - Fork 362
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
fix: do not wait for initContainer to exit when it is a sidecar #2866
Conversation
✅ Deploy Preview for devspace-docs canceled.Built without sensitive environment variables
|
67a5a35
to
7c629f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the updated golang version will require changes to the GitHub Actions. Is this something you feel comfortable looking into?
@lizardruss I fixed the golang linter issues and github actions have the correct golang version. However the e2e test fail for some reason, which I was not able to figure out. |
Signed-off-by: Nico Berlee <[email protected]>
fixes devspace-sh#2865 Signed-off-by: Nico Berlee <[email protected]>
Signed-off-by: Nico Berlee <[email protected]>
Signed-off-by: Nico Berlee <[email protected]>
Signed-off-by: Nico Berlee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good! There just seems to be some e2e tests consistently failing. I will take a look as well if you don't get to it first.
Signed-off-by: Russell Centanni <[email protected]>
Signed-off-by: Russell Centanni <[email protected]>
Signed-off-by: Russell Centanni <[email protected]>
Signed-off-by: Russell Centanni <[email protected]>
fixes #2865
What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>
if possible)resolves #2865
Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace ...
waits for native sidecar containers (init container)
What else do we need to know?