This message was deleted.
# kubernetes
s
This message was deleted.
b
Did you find this expando? https://www.pulumi.com/registry/packages/kubernetes/api-docs/yaml/configfile/#yaml-with-transformations There's a field called "transformations" you can use.
d
i did, but it only talks about transforming the yaml object, is it possible to change the URN to a different one without changing the name? cuz the ALB ingress controller depends on the resource name to be the same
b
Ahh, I didn't read your question carefully enough. Have you tried setting
resourcePrefix
field in
ConfigFileOpts
to something? It looks like it's meant to be used for that.