Commit 2ba7459
fix(chart): cast metadata.id to string for regexMatch in physical_links_info (#110)
After the metadata extraction refactor in 2b5746e, metadata fields are
stored as interface{} in map[string]interface{}. The regexMatch Sprig
function strictly requires a string argument, causing template rendering
to fail with "expected string; got interface {}".
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 79a15eb commit 2ba7459
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments