Mathias Van de Pol

Results 7 comments of Mathias Van de Pol

@wolf-michl You can pin it to `softprops/action-gh-release@cd28b0f5ee8571b76cfdaa62a30d51d752317477`

Hey, I think you should use ``` to: "" ```

Another workaround is to use ` kubectl get secret | cut -d ' ' -f1 | xargs -L1 kubectl-ksd get secret -o yaml`

created a PR for this:https://github.com/smeijer/unimported/pull/181

@lizardruss @FabianKramm I made a PR here which allows for that: https://github.com/loft-sh/component-chart/pull/85

Can confirm this. I have the same issue even with vm-type set to `vz`

It worked for me doing after adding `--mount-type=virtiofs` so: ``` colima delete colima start --vm-type=vz --mount-type=virtiofs ```