## Summary Config defines serviceProviders and platformServices but Apply only uses clusterProviders. ## Problem - [`pkg/environments/apply.go:21-28`](https://github.com/openmcp-project/ocpctl/blob/fd118abfba1a2f858fa0c78849bd4da5e7c39aff/pkg/environments/apply.go#L21-L28) - [`pkg/config/environment-defaults.yaml`](https://github.com/openmcp-project/ocpctl/blob/fd118abfba1a2f858fa0c78849bd4da5e7c39aff/pkg/config/environment-defaults.yaml) - Config defines crossplane service provider and gateway platform service - Apply function only extracts and uses clusterProviders - Configuration has no effect, misleading users ## Suggested Fix Either implement deployment of these components or remove them from defaults and documentation. ## Priority Important
Summary
Config defines serviceProviders and platformServices but Apply only uses clusterProviders.
Problem
pkg/environments/apply.go:21-28pkg/config/environment-defaults.yamlSuggested Fix
Either implement deployment of these components or remove them from defaults and documentation.
Priority
Important