mirror of
https://github.com/siderolabs/omni.git
synced 2026-05-05 14:46:12 +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>
12 lines
411 B
YAML
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
|