Is there still no solution for looking up a resour...
# general
l
Is there still no solution for looking up a resource that may not exist? I see a load of open issues regarding
<resource>.get(…)
and even when using
{ dependsOn: […] }
, these functions still explode if the resource doesn’t exist 😞 I want to be able to use a CRD inside a ComponentResource then wait for the resulting resources to exist and expose them as properties on the ComponentResource
👀 1