| commit | a1f29474e3457e969c798f86402ea27e7f390334 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed May 14 13:05:05 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed May 14 15:27:54 2025 +0000 |
| tree | e3ad6cebcbf861193d7cab7f39b5fa04acdafe21 | |
| parent | 48fde051ffe863cb452d770e915bc314e43150f2 [diff] [blame] |
DodoApp: Individually configure dev-vm code-server, ssh, vpn Refactor openPortMap handling a bit. Change-Id: I2ea4d4c9b090f2791700149dda6cc8dcd8ab6820
diff --git a/core/installer/values-tmpl/virtual-machine.cue b/core/installer/values-tmpl/virtual-machine.cue index 63cacf0..7416e28 100644 --- a/core/installer/values-tmpl/virtual-machine.cue +++ b/core/installer/values-tmpl/virtual-machine.cue
@@ -35,7 +35,9 @@ } } if input.codeServerEnabled != _|_ { - codeServerEnabled: input.codeServerEnabled + codeServer: { + enabled: input.codeServerEnabled + } } } }