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

Allows volume mounts in JUnit checks #2319

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

LarsFronius
Copy link
Contributor

This is to fix #2318.
Instead of initializing Volumes / VolumeMounts within the Junit check it only appends to the existing set of volume mounts (which may be empty in probably nearly all cases).

@moshloop
Copy link
Member

moshloop commented Nov 5, 2024

@LarsFronius - thanks for this, can you update your commit message to something like fix: allow volume mounts in junit checks - Or I can just squash and marge?

@LarsFronius
Copy link
Contributor Author

Hey @moshloop ,
I fixed that commit message but don't mind you squashing/changing it to your liking either.

@moshloop moshloop enabled auto-merge (rebase) November 6, 2024 07:25
@moshloop moshloop merged commit f318bcb into flanksource:master Nov 6, 2024
14 of 15 checks passed
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.

Support for VolumeMounts in JUnit check
2 participants