aenix-io / talm

Manage Talos Linux the GitOps Way!
Mozilla Public License 2.0
86 stars 2 forks source link

bad err description with talm template #10

Open flapili opened 3 weeks ago

flapili commented 3 weeks ago

Hi, I followed instruction from https://cozystack.io/docs/talos/configuration/talm/ but talm template -e 10.0.6.3 -n 10.0.6.3 -t 'templates/controlplane.yaml' -i > .\nodes\node-03.yaml return "failed to render templates: template templates\controlplane.yaml not found" but the file exists, look like the real error is eated by https://github.com/aenix-io/talm/blob/4328b43b8a587567d4c11f968d8d0d1b32c3c9cb/pkg/engine/engine.go#L212

flapili commented 3 weeks ago

ps: I just used the linux binary on wsl and it worked