Skip to content

Commit

Permalink
Allow extraManifests to be specified (#1495)
Browse files Browse the repository at this point in the history
* Update talconfig.yaml.j2

Allow extraManifests to be specified.

* Update config.sample.yaml

Allow extraManifests to be specified.
  • Loading branch information
wasurerarenai committed May 28, 2024
1 parent 56e5018 commit 10118c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ nodes:
patches:
- "@./patches/node_#{ item.name }#.yaml"
#% endif %#
#% if item.manifests %#
extraManifests:
#% for manifest in item.manifests %#
- #{ manifest }#
#% endfor %#
#% endif %#
#% endfor %#

patches:
Expand Down
2 changes: 2 additions & 0 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ bootstrap_node_inventory: []
# mac_addr: "" # (Required) MAC address of the NIC for this node (talosctl get links -n <ip> --insecure)
# schematic_id: "" # (Optional) Override the 'bootstrap_schematic_id' with a node specific schematic ID from https://factory.talos.dev/
# mtu: "" # (Optional) MTU for the NIC, default is 1500
# manifests: # (Optional) Additional manifests to include after MachineConfig
# - extra.yaml # See: https://www.talos.dev/v1.7/reference/configuration/extensions/extensionserviceconfig/
# ...

# (Optional) The DNS servers to use for the cluster nodes.
Expand Down

0 comments on commit 10118c2

Please sign in to comment.