abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
17.69k stars 363 forks source link

Lima caCerts configuration deleted from template #743

Open Cerebus opened 1 year ago

Cerebus commented 1 year ago

Description

Lima allows certificate trust to be provisioned through the caCerts key, but this gets deleted from colima's template when added.

caCert in Lima overrride.yaml doesn't get merged into lima.yaml either.

Version

Colima Version: 0.5.4 Lima Version: 0.15.0 Qemu Version: 7.2.0

Operating System

Output of colima status

No response

Reproduction Steps

  1. Add a caCert key to a colima configuration file.
  2. Save and load it.
  3. Watch it vanish.

Alternatively,

  1. Add caCert to override.yaml
  2. Look for caCert in a colima VM's lima.yaml

Expected behaviour

Colima should allow lima configurations to merge correctly.

Additional context

No response

abiosoft commented 11 months ago

This has not been implemented yet in Colima. You can try to use Lima overrides.

kleinjoshuaa commented 7 months ago

@abiosoft hi - is there any documentation on the Lima overrides?