this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Talos: Yoink README from gavin.

+15
+15
talos/patches/README.md
··· 1 + # Talos Patching 2 + 3 + This directory contains Kustomization patches that are added to the talhelper configuration file. 4 + 5 + <https://www.talos.dev/v1.7/talos-guides/configuration/patching/> 6 + 7 + ## Patch Directories 8 + 9 + Under this `patches` directory, there are several sub-directories that can contain patches that are added to the talhelper configuration file. 10 + Each directory is optional and therefore might not created by default. 11 + 12 + - `global/`: patches that are applied to both the controller and worker configurations 13 + - `controller/`: patches that are applied to the controller configurations 14 + - `worker/`: patches that are applied to the worker configurations 15 + - `${node-hostname}/`: patches that are applied to the node with the specified name