I am having the common issue of duplicate resource...
# general
m
I am having the common issue of duplicate resource URN's from helm charts. I'm deploying the same chart (
stable/metrics-server
) into two clusters in a single stack. I tried using the new
resourcePrefix
option from https://github.com/pulumi/pulumi-kubernetes/pull/599. However, I believe this only affects the
releaseName
, indirectly affecting the URN. Some helm chart resources, i.e.
APIService
, do not use the
releaseName
as they must have very specific `metadata.name`s, like
<http://v1beta1.metrics.k8s.io|v1beta1.metrics.k8s.io>
. As a result, this ends up with a collision still occurring.
g
Can you open an issue with the output you’re seeing? https://github.com/pulumi/pulumi-kubernetes/issues/new
m
🙏 1