-
Bug
-
Resolution: Done
-
Normal
-
None
Opened in support of tenant issue: https://redhat-internal.slack.com/archives/C023VGW21NU/p1753910940723999
The frontend crd schema incorrectly ntoes the "groupId" key as "group": https://github.com/RedHatInsights/frontend-components/blob/master/packages/config-utils/src/feo/spec/frontend-crd.schema.json#L225-L227
Frontend Operator expects it as "groupId": https://github.com/RedHatInsights/frontend-operator/blob/main/api/v1alpha1/frontend_types.go#L236
Update the schema to "groupId" in the frontend crd schema and manually bump the version on the config package after the frontend crd schema update is merged.