Split ClusterWorkloadResourceMappings into a separate file by scothis · Pull Request #160 · servicebinding/runtime

@scothis

Attempting to use kubectl to apply a CRD and a resource of the new kind
creates a race condition for the API Server to reify the new CRD before
the resource instance is created.

Instead we can split these resources into a separate config file that
can be independently applied to the cluster.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>

sadlerap pushed a commit to sadlerap/service-binding-runtime that referenced this pull request

Aug 24, 2022
…nding#160)

Attempting to use kubectl to apply a CRD and a resource of the new kind
creates a race condition for the API Server to reify the new CRD before
the resource instance is created.

Instead we can split these resources into a separate config file that
can be independently applied to the cluster.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>