I've just run into this: <https://github.com/pulum...
# kubernetes
c
I've just run into this: https://github.com/pulumi/pulumi-kubernetes/issues/2437; am I doing something obviously incorrect? Mentally I imagine
kustomize.Directory()
acts as separate invocations of
kubectl
, but clearly that's not the case. I don't mind my work around, but it does make the code base I'm working on less clean.