Added some basic talos config patches and secrets
This commit is contained in:
11
patches/network.yaml
Normal file
11
patches/network.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
machine:
|
||||
network:
|
||||
interfaces:
|
||||
- interface: eth0
|
||||
dhcp: false
|
||||
addresses:
|
||||
- 192.168.1.2
|
||||
routes:
|
||||
- network: 0.0.0.0/0
|
||||
gateway: 192.168.1.1
|
||||
Reference in New Issue
Block a user