File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,10 @@ network:
165
165
# hostPortRange: [1024, 65535]
166
166
# # Any port still not matched by a rule will not be forwarded (ignored)
167
167
168
- # # extra environment variables that will be loaded into the VM at start up
168
+ # Extra environment variables that will be loaded into the VM at start up.
169
+ # These variables are currently only consumed by internal init scripts, not by the user shell.
170
+ # This field is experimental and may change in a future release of Lima.
171
+ # https://github.com/lima-vm/lima/pull/200
169
172
# env:
170
173
# KEY: value
171
174
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type LimaYAML struct {
21
21
Probes []Probe `yaml:"probes,omitempty"`
22
22
PortForwards []PortForward `yaml:"portForwards,omitempty"`
23
23
Network Network `yaml:"network,omitempty"`
24
- Env map [string ]* string `yaml:"env,omitempty"`
24
+ Env map [string ]* string `yaml:"env,omitempty"` // EXPERIMENAL, see default.yaml
25
25
}
26
26
27
27
type Arch = string
You can’t perform that action at this time.
0 commit comments