omni/hack/test/templates/partial-config-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

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