Skip to content

Conversation

@jortel
Copy link
Contributor

@jortel jortel commented Feb 12, 2025

Missed a validation in #782.

}
return
}

Copy link
Contributor Author

@jortel jortel Feb 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hint: ^ moved to Task for better reuse.

for _, extension := range extensions {
if r.Addon != extension.Spec.Addon {
matched := false
matched, err = r.matchAddon(&extension, addon)
Copy link
Contributor Author

@jortel jortel Feb 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hint: Missed this validation in the original PR.

}

// getExtensions by name.
// getExtensions returns defined extensions.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hint: incidental. noticed it was incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants