Skip to content

Commit 66cc321

Browse files
committed
docs(charts): drop internal helper name from user-facing values.yaml
vipLink docstring referenced talm.discovered.configurable_link_names by name. That is a chart-internal template define name; operators reading values.yaml should not need to know template-defines to understand selection rules. Replace with "the {physical NIC, bond, vlan, bridge} set above" — the same set already enumerated in step 1 a few lines above in the same block. No behavior change. Signed-off-by: Aleksei Sviridkin <f@lex.la>
1 parent d814077 commit 66cc321

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/cozystack/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ floatingIP: ""
5757
# Addresses on links the chart does not emit a per-link document
5858
# for (Wireguard, kernel-managed loopback, slave NICs of a bond,
5959
# anything outside the {physical NIC, bond, vlan, bridge} set
60-
# enumerated by configurable_link_names) cannot win selection.
61-
# A VIP pinned there would have no surrounding network document
62-
# and would race the link's own address management on apply.
60+
# above) cannot win selection. A VIP pinned there would have no
61+
# surrounding network document and would race the link's own
62+
# address management on apply.
6363
#
6464
# Set vipLink explicitly when the target link does not yet exist on
6565
# the live system at first apply -- typically a VLAN sub-interface

charts/generic/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ floatingIP: ""
3939
# Addresses on links the chart does not emit a per-link document
4040
# for (Wireguard, kernel-managed loopback, slave NICs of a bond,
4141
# anything outside the {physical NIC, bond, vlan, bridge} set
42-
# enumerated by configurable_link_names) cannot win selection.
43-
# A VIP pinned there would have no surrounding network document
44-
# and would race the link's own address management on apply.
42+
# above) cannot win selection. A VIP pinned there would have no
43+
# surrounding network document and would race the link's own
44+
# address management on apply.
4545
#
4646
# Set vipLink explicitly when the target link does not yet exist on
4747
# the live system at first apply — typically a VLAN sub-interface

0 commit comments

Comments
 (0)