You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows the user to supply locally defined settings to an external template.
If secrets.yaml had been specified inside template.yaml, then it would have been resolved relative to the template location, and not relative to the current directory, i.e. it would have tried to fetch https://example.com/secrets.yaml.
For consistency the same should work for limactl start too (when it is used to create and start a new instance in a single step).
The text was updated successfully, but these errors were encountered:
It should be possible to run this command:
And the effect should be the same as if the user has used this local template:
This allows the user to supply locally defined settings to an external template.
If
secrets.yaml
had been specified insidetemplate.yaml
, then it would have been resolved relative to the template location, and not relative to the current directory, i.e. it would have tried to fetchhttps://example.com/secrets.yaml
.For consistency the same should work for
limactl start
too (when it is used to create and start a new instance in a single step).The text was updated successfully, but these errors were encountered: