mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 06:01:12 +02:00
Inline manifests work exactly same way as extra manifests, but the manifest itself can be stored in the config body. Example config patch: ``` --config-patch '[{"op": "replace", "path": "/cluster/inlineManifests", "value": [{"name": "foo", "contents": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: ci\n"}]}]' ``` Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>