feat: added talhelper genconfig

This commit is contained in:
sujiba 2025-05-06 01:04:44 +02:00
parent ec9a1e6511
commit 05e8310056

View file

@ -58,3 +58,9 @@ The command `talhelper genconfig` will create a `.gitignore`, `talosconfig` and
> [!CAUTION]
> The `.gitignore` contains all genereted files from `talhelper genconfig` because those files contain unencrypted secrets.
## talconfig.yaml
Create a talconfig.yaml. Take inspiration from the [talhelper template](https://github.com/budimanjojo/talhelper/blob/master/example/talconfig.yaml) and the [configuration parameters](https://budimanjojo.github.io/talhelper/latest/reference/configuration/).
```bash
vi talconfig.yaml
```