Skip to content

fix(CRD): remove duplicate source field in topic schema#4626

Merged
morenol merged 2 commits intofluvio-community:masterfrom
syedazeez337:fix/crd-topic-schema-4610
Jan 5, 2026
Merged

fix(CRD): remove duplicate source field in topic schema#4626
morenol merged 2 commits intofluvio-community:masterfrom
syedazeez337:fix/crd-topic-schema-4610

Conversation

@syedazeez337
Copy link
Copy Markdown
Contributor

The topic CRD had a malformed schema with the field defined twice - once correctly inside partitions.items and once incorrectly as a sibling to partitions. This caused server-side apply (used by ArgoCD) to fail with 'field not declared in schema' error.

Fixes #4610

@syedazeez337 syedazeez337 force-pushed the fix/crd-topic-schema-4610 branch from 924167f to 7bac7e1 Compare December 29, 2025 11:35
The topic CRD had a malformed schema with the  field defined
twice - once correctly inside partitions.items and once incorrectly
as a sibling to partitions. This caused server-side apply (used by
ArgoCD) to fail with 'field not declared in schema' error.

Fixes fluvio-community#4610
@syedazeez337 syedazeez337 force-pushed the fix/crd-topic-schema-4610 branch from 7bac7e1 to eed21bb Compare December 29, 2025 11:36
Copy link
Copy Markdown
Collaborator

@morenol morenol left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! Replicated the issue locally

@morenol morenol added this pull request to the merge queue Jan 5, 2026
Merged via the queue into fluvio-community:master with commit ca2708e Jan 5, 2026
100 checks passed
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.

[Bug]: Cannot apply the sys chart server-side

2 participants