diff --git a/pkg/crc/machine/types/types.go b/pkg/crc/machine/types/types.go index 3b916049d4..10a29c7c7a 100644 --- a/pkg/crc/machine/types/types.go +++ b/pkg/crc/machine/types/types.go @@ -28,6 +28,9 @@ type StartConfig struct { // Preset Preset crcpreset.Preset + + // Shared dirs + EnableSharedDirs bool } type ClusterConfig struct {