What happened?
Panic reporting a nil pointer
What did you expect to happen instead?
No nil pointer
How can we reproduce the bug? (as minimally and precisely as possible)
- Initialize a project
- Create a space
- Create
devspace-configs.yaml and define something in vars
- Call
devspace use space => nil pointer because devspace use space saves generated.yaml which strips the vars section which should actually be an empty map as per LoadConfig
Local Environment:
- Operating System: windows
/kind bug