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

Investigate the possibility to mount resources to openshift quarkus #1243

Open
avano opened this issue Nov 21, 2024 · 0 comments
Open

Investigate the possibility to mount resources to openshift quarkus #1243

avano opened this issue Nov 21, 2024 · 0 comments

Comments

@avano
Copy link
Contributor

avano commented Nov 21, 2024

It seems the only way how to mount extra files to openshift quarkus is using a persistent volume. It should be possible to do this:

  • if there are any resources in the integration builder:
  • create a pvc
  • copy the files to the pv
  • reference the pv in the openshift-quarkus app
  • after the tests are done, delete the pvc

Ideally we should also extract the openshift paths to the Quarkus/Springboot Configuration, so that it's not hardcoded everywhere and so that we can get the path in the test to reference the resource.

To test with SAPITCase (copies sap libraries) and PlatformHttpITCase (byteman.jar and rules)

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

No branches or pull requests

1 participant