You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lookup): fix metadata extraction and error handling (#107)
- Extract metadata directly from resource methods instead of YAML
round-trip which returned yaml.Node structure instead of actual data
- Ignore NotFound and PermissionDenied errors in lookup callback,
allowing templates to use fallback logic when resources are unavailable
- Change items from map to slice for proper range iteration in templates
This fixes lookup functionality in maintenance mode and Talos 1.12+.
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments