Andreas Jägle

Results 13 comments of Andreas Jägle

I'm facing the same issue on M1. As we are using testcontainers (https://www.testcontainers.org/), switching to a local setup isn't really an option. @rakibulalam Do you know the root cause for...

You need to pass the env parameter to the docker command before naming the image, otherwise it is passed as argument to the container itself.

This feature would be great to have so we can import pre-existing yaml resources and transform them according to e.g. the workspace the current chart will be deployed to, adding...