diff --git a/charts/talm/templates/_helpers.tpl b/charts/talm/templates/_helpers.tpl index 40d27e84..7fe9fbb7 100644 --- a/charts/talm/templates/_helpers.tpl +++ b/charts/talm/templates/_helpers.tpl @@ -85,7 +85,7 @@ {{- define "talm.discovered.physical_links_info" }} # -- Discovered interfaces: {{- range (lookup "links" "" "").items }} -{{- if and .spec.busPath (regexMatch "^(eno|eth|enp|enx|ens)" .metadata.id) }} +{{- if and .spec.busPath (regexMatch "^(eno|eth|enp|enx|ens)" (.metadata.id | toString)) }} # {{ .metadata.id }}: # hardwareAddr:{{ .spec.hardwareAddr }} # busPath: {{ .spec.busPath }}