Skip to content

Commit

Permalink
fix multiple selectors by talm.discovered.default_link_selector_by_ga…
Browse files Browse the repository at this point in the history
…teway

fixes #6

Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed May 31, 2024
1 parent c4aa52b commit 71dacec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/talm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
{{- with (lookup "links" "" .spec.outLinkName) }}
hardwareAddr: {{ .spec.hardwareAddr }}
driver: {{ .spec.driver }}
{{- break }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions pkg/generated/presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ description: A library Talm chart for Talos Linux
{{- with (lookup "links" "" .spec.outLinkName) }}
hardwareAddr: {{ .spec.hardwareAddr }}
driver: {{ .spec.driver }}
{{- break }}
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 71dacec

Please sign in to comment.