This message was deleted.
# kubernetes
s
This message was deleted.
b
🧵
q
Copy code
transformations: [
    (obj: any, opts: pulumi.CustomResourceOptions) => {
      unset(obj.metadata.namespace)
    },
This might work
b
ooh, let me give that a try, Thank you
l
@quiet-wolf-18467 I find it confusing that the function signature for transformations on
kustomize.Directory
is different from generic Pulumi resource transformations. It took me some time to figure this out.
q
@limited-rainbow-51650 I didn’t know that, let me take a look 😄