Commit d379034
Fix FRR old namespace cleanup error handling in reconcileDelete
Return the error instead of just logging it when cleanup of
FRRConfigurations from the old namespace fails during CR deletion.
Without this, the finalizer is removed and the CR is garbage collected
even if old-namespace FRRConfigurations were not successfully deleted,
potentially leaving orphaned resources.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fc58bcd commit d379034
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments