Results 8 comments of Mathis Van Eetvelde

When looking for resources left behind it might be handy to make use of the labels Helm uses. `kubectl get all -A -l app.kubernetes.io/managed-by=Helm` shows you all the resources created...

For anyone not using docker instead of hyperkit as a driver, I'd like to add that increasing the disk size with the docker driver works too! ``` minikube delete minikube...

That shouldn't be an issue @Tiebe. When running the workflow in [nektos act](https://github.com/nektos/act), it automatically does `make libs`. The only thing I had to change was add `sudo apt-get update...

Thanks! unfortunately that didn't fix my issue!

Hi! Thanks for this PR! Do you have any documentation on how to use the output in another job? I've been trying to get it to work, but can't seem...

Hi, sorry for the slow response (it's been a very busy time) I've been trying out your branch in a different repository, but the output of the second step ends...

Hi! PR looks good so far! Since this one is a little more complex, please allow me some time to read and test the code! Thank you so much for...