From 05e83100560b1dfd065c0c3a6359fe15aba7f3dd Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 6 May 2025 01:04:44 +0200 Subject: [PATCH] feat: added talhelper genconfig --- talos/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/talos/README.md b/talos/README.md index 4484d5b..773c0bc 100644 --- a/talos/README.md +++ b/talos/README.md @@ -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 +``` \ No newline at end of file