ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Volume path of service is not shown when requesting service information via the API #46

Closed JNKielmann closed 2 years ago

JNKielmann commented 2 years ago

When listing the information of a service via the API, it the volume_path is always empty. The current code is reading the volume_path from a label/annotation but that label/annotation is never set on service creation. This PR adds that missing part and also a test that verifies it is working now.

JNKielmann commented 2 years ago

Closing this as it's already solved by #53