mirror of
https://github.com/siderolabs/omni.git
synced 2026-05-05 22:56:11 +02:00
Now that we have envsubst in the build container, we can simplify our scripts a bit. Also do other cosmetic improvements in the test scripts. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
10 lines
298 B
YAML
10 lines
298 B
YAML
customization:
|
|
meta: [{ key: 42, value: test-1 }, { key: 41, value: test-2 }]
|
|
extraKernelArgs:
|
|
- talos.config=http://${WIREGUARD_IP}:${PARTIAL_CONFIG_PORT}/config.yaml
|
|
- console=tty0
|
|
- console=ttyS0
|
|
systemExtensions:
|
|
officialExtensions:
|
|
- siderolabs/hello-world-service
|