omni/hack/test/templates/kernel-args-schematic.yaml
Utku Ozdemir 0c2c5c1cc3
test: use envsubst in tests and do small improvements
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>
2026-02-16 11:04:25 +01:00

12 lines
411 B
YAML

customization:
meta: [{ key: 42, value: test-1 }, { key: 41, value: test-2 }]
extraKernelArgs:
- siderolink.api=grpc://${WIREGUARD_IP}:8090?jointoken=${JOIN_TOKEN}
- talos.events.sink=[fdae:41e4:649b:9303::1]:8091
- talos.logging.kernel=tcp://[fdae:41e4:649b:9303::1]:8092
- console=tty0
- console=ttyS0
systemExtensions:
officialExtensions:
- siderolabs/hello-world-service