Description
The providers array of the crossplane component is a list of { name, version } objects. On the UI we only show well-known providers (ok for now, see #392 for a follow-up).
Any unknown providers are dropped from the YAML (❌).
Original YAML:

UI drops unknown providers:

Tasks
Description
The
providersarray of thecrossplanecomponent is a list of{ name, version }objects. On the UI we only show well-known providers (ok for now, see #392 for a follow-up).Any unknown providers are dropped from the YAML (❌).
Original YAML:

UI drops unknown providers:

Tasks