mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-15 02:57:17 +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> |
||
---|---|---|
.. | ||
api.md | ||
cli.md | ||
configuration.md | ||
kernel.md | ||
platform.md |