Skip to content

Commit

Permalink
docs: update config patch in cilium docs
Browse files Browse the repository at this point in the history
We missed the `cluster` key in the config patch. Fixed to avoid user confusion.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
  • Loading branch information
rsmitty committed Feb 26, 2024
1 parent f8c556a commit e707175
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
Expand Up @@ -150,7 +150,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down
Expand Up @@ -150,7 +150,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down
Expand Up @@ -150,7 +150,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down
Expand Up @@ -150,7 +150,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down
Expand Up @@ -253,7 +253,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down
Expand Up @@ -275,7 +275,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down
Expand Up @@ -251,7 +251,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down
Expand Up @@ -251,7 +251,8 @@ talosctl gen config \
To do so patch this into your machine configuration:

``` yaml
inlineManifests:
cluster:
inlineManifests:
- name: cilium
contents: |
--
Expand Down

0 comments on commit e707175

Please sign in to comment.