Is the Go test harness supposed to fail on differe...
# general
b
Is the Go test harness supposed to fail on different resource types that have the same URN?
Copy code
panic: fatal: An assertion has failed: Two resources ('urn:pulumi:fuckit::XXXXX::kubernetes:apps/v1:Deployment::squid' and 'urn:pulumi:fuckit::XXXXX::kubernetes:core/v1:Service::squid') aliased to the same: 'urn:pulumi:fuckit::XXXXX::kubernetes:apps/v1:Deployment::squid'
g
Two different resource types should never have the same URN. What version of the k8s provider are you using? A related bug was fixed in https://github.com/pulumi/pulumi-kubernetes/releases/tag/v1.2.3