You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering a CustomResource, if the spec has fields with kebab-case (example: spec.redisConfiguration.notify-keyspace-events). It will fail to render the values on Details page.
The field renders fine for the Form page (both UI and YAML).
Expected result
Detail page renders the values for kebab-case fields
Actual result
Detail page fails to render the values for kebab-case fields
Steps to reproduce
Detail page fails to render the kebab-case fields
Form page renders it fine.
This is the CustomResource's YAML view
Troubleshooting
I dove into the busola code base and I think I narrowed it down to ExtensibilityDetails.js line 113 where customComponents is defined.
The text was updated successfully, but these errors were encountered:
Description
When rendering a CustomResource, if the spec has fields with kebab-case (example:
spec.redisConfiguration.notify-keyspace-events
). It will fail to render the values on Details page.The field renders fine for the Form page (both UI and YAML).
Expected result
Detail page renders the values for kebab-case fields
Actual result
Detail page fails to render the values for kebab-case fields
Steps to reproduce
Detail page fails to render the kebab-case fields
Form page renders it fine.
This is the CustomResource's YAML view
Troubleshooting
I dove into the busola code base and I think I narrowed it down to
ExtensibilityDetails.js
line 113 wherecustomComponents
is defined.The text was updated successfully, but these errors were encountered: