Made secrets file configurable

This commit is contained in:
2025-11-09 03:43:52 +01:00
parent 1931ab71ca
commit d9def74cf3
6 changed files with 6 additions and 5 deletions

View File

@@ -4,3 +4,4 @@ installDisk: /dev/sda
cluster:
name: hellas
controlPlaneIp: 10.0.2.1
secretsFile: !realpath _secrets.yaml

BIN
nodes/hellas/_secrets.yaml Normal file

Binary file not shown.

View File

@@ -4,3 +4,4 @@ installDisk: /dev/vda
cluster:
name: testing
controlPlaneIp: 192.168.1.100
secretsFile: !realpath _secrets.yaml

BIN
nodes/testing/_secrets.yaml Normal file

Binary file not shown.