https://pulumi.com logo
m

millions-judge-24978

06/28/2019, 9:25 PM
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

gorgeous-egg-16927

07/01/2019, 4:37 PM
Can you open an issue with the output you’re seeing? https://github.com/pulumi/pulumi-kubernetes/issues/new
m

millions-judge-24978

07/01/2019, 11:03 PM
🙏 1