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>
13 lines
293 B
YAML
13 lines
293 B
YAML
apiVersion: v1alpha1
|
|
kind: SideroLinkConfig
|
|
apiUrl: grpc://${LOCAL_IP}:8090?jointoken=${JOIN_TOKEN}
|
|
---
|
|
apiVersion: v1alpha1
|
|
kind: EventSinkConfig
|
|
endpoint: '[fdae:41e4:649b:9303::1]:8091'
|
|
---
|
|
apiVersion: v1alpha1
|
|
kind: KmsgLogConfig
|
|
name: omni-kmsg
|
|
url: 'tcp://[fdae:41e4:649b:9303::1]:8092'
|