Allow querying for driver features from templates
Open
area/vmdrivers
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
Currently we have templates that are reading deprecated limayaml:
```
templates/docker-rootful.yaml: {{- if .Instance.Config.VMOpts.VZ.Rosetta.Enabled}}
templates/docker.yaml: {{- if .Instance.Config.VMOpts.VZ.Rosetta.Enabled}}
```
They need some new way to query this, when it is a driver feature.
That is: the VZ.Rosetta.Enabled struct is "unknown" to the lima core
Contributor guide
Assessment
This issue has not been assessed yet.