Skip to content

Conversation

@flin-8
Copy link
Contributor

@flin-8 flin-8 commented Dec 24, 2025

We have a guard that ignores source types that aren't recognized:

if (typeString is { } && Enum.TryParse<SourceType>(typeString, true, out var sourceType))

This isn't causing any problems yet, but it will once we start using these source types from Argo.

This PR ensures Plugin types are recognized so we can handle them later.

@flin-8 flin-8 self-assigned this Dec 24, 2025
@flin-8 flin-8 changed the base branch from release/2025.4 to main January 4, 2026 22:59
@flin-8 flin-8 marked this pull request as ready for review January 4, 2026 22:59
@flin-8 flin-8 changed the title Prevent Plugin source type from crashing manifest parsing Fix issue where Plugin source types aren't read Jan 4, 2026
@flin-8 flin-8 changed the title Fix issue where Plugin source types aren't read Argo CD: Fix issue where Plugin source types aren't read Jan 4, 2026
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