diff --git a/website/content/v1.0/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.0/kubernetes-guides/network/deploying-cilium.md index a33f758c56..1de0347e45 100644 --- a/website/content/v1.0/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.0/kubernetes-guides/network/deploying-cilium.md @@ -150,7 +150,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | -- diff --git a/website/content/v1.1/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.1/kubernetes-guides/network/deploying-cilium.md index a33f758c56..1de0347e45 100644 --- a/website/content/v1.1/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.1/kubernetes-guides/network/deploying-cilium.md @@ -150,7 +150,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | -- diff --git a/website/content/v1.2/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.2/kubernetes-guides/network/deploying-cilium.md index a33f758c56..1de0347e45 100644 --- a/website/content/v1.2/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.2/kubernetes-guides/network/deploying-cilium.md @@ -150,7 +150,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | -- diff --git a/website/content/v1.3/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.3/kubernetes-guides/network/deploying-cilium.md index a33f758c56..1de0347e45 100644 --- a/website/content/v1.3/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.3/kubernetes-guides/network/deploying-cilium.md @@ -150,7 +150,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | -- diff --git a/website/content/v1.4/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.4/kubernetes-guides/network/deploying-cilium.md index a8a0f954c9..93d7205bb4 100644 --- a/website/content/v1.4/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.4/kubernetes-guides/network/deploying-cilium.md @@ -253,7 +253,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | -- diff --git a/website/content/v1.5/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.5/kubernetes-guides/network/deploying-cilium.md index 138c4281ac..d4458c86f8 100644 --- a/website/content/v1.5/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.5/kubernetes-guides/network/deploying-cilium.md @@ -275,7 +275,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | -- diff --git a/website/content/v1.6/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.6/kubernetes-guides/network/deploying-cilium.md index c1196c8e3b..21ad4849e6 100644 --- a/website/content/v1.6/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.6/kubernetes-guides/network/deploying-cilium.md @@ -251,7 +251,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | -- diff --git a/website/content/v1.7/kubernetes-guides/network/deploying-cilium.md b/website/content/v1.7/kubernetes-guides/network/deploying-cilium.md index c1196c8e3b..21ad4849e6 100644 --- a/website/content/v1.7/kubernetes-guides/network/deploying-cilium.md +++ b/website/content/v1.7/kubernetes-guides/network/deploying-cilium.md @@ -251,7 +251,8 @@ talosctl gen config \ To do so patch this into your machine configuration: ``` yaml -inlineManifests: +cluster: + inlineManifests: - name: cilium contents: | --