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

How to get the YAKS Operator to mount a volume for my test pod? #405

Open
gerrym7 opened this issue Apr 28, 2022 · 1 comment
Open

How to get the YAKS Operator to mount a volume for my test pod? #405

gerrym7 opened this issue Apr 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@gerrym7
Copy link

gerrym7 commented Apr 28, 2022

The app under test is a typical Spring-boot/Camel microservice, but its processing is kicked off by having a file placed on a specific volume. So my feature needs to write a file to this volume. I tried the camel-jcifs component and figured I could use Samba instead in an included little Camel route in my Feature file, but unfortunately this component only works with Camel 2.x

Mounting this volume would allow my route in the Feature file to use the regular Camel File component instead. If I can't do that, my last ditch hack would be to deploy another microservice with the volume mounted that accepts a rest request from my Test pod to write the file for it. I'd rather avoid doing that if at all possible.

@christophd christophd added the enhancement New feature or request label May 1, 2022
@christophd
Copy link
Member

Mounting a custom volume is not possible at the moment. I think it is a reasonable feature request.

I am afraid you need to fallback to the mentioned hack in the meantime.

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

No branches or pull requests

2 participants