This message was deleted.
# general
s
This message was deleted.
g
It looks like the problem is that the
namespace
property is not exposed on
k8s.Provider
, so you’re actually passing
undefined
into the
getResourceProperty
method. I’d recommend referencing the namespace name in both the
Provider
and
getResourceProperty
from the same variable (e.g., the Namespace object).
d
fair enough, that’s what I’ve ended up doing - it’s a shame I have to pass the same bit of info into a resource twice though