Closed
Description
With sever side apply in dependent resources, it can happen that the resource is already created ( if no owner reference present, the cache will not contain it). Currently in this case the creation will fail. Although there might be use cases when simply desired that this resource is overwritten. To delegate this decision to the user a feature flag can be introduced to make this configurable.
This is feature flag per resource (not a global one).
see also discussion: #1995