https://pulumi.com logo
Title
c

cool-egg-852

07/29/2020, 9:52 PM
Running into an issue trying to use helm. I need to install a helm chart to 2 different clusters. Getting
kubernetes:<http://apiregistration.k8s.io:APIService|apiregistration.k8s.io:APIService> (<http://v1beta1.external.metrics.k8s.io|v1beta1.external.metrics.k8s.io>):
    error: Duplicate resource URN 'urn:pulumi:staging::datadog::kubernetes:<http://helm.sh/v2:Chart$kubernetes:apiregistration.k8s.io/v1:APIService::v1beta1.external.metrics.k8s.io';|helm.sh/v2:Chart$kubernetes:apiregistration.k8s.io/v1:APIService::v1beta1.external.metrics.k8s.io';> try giving it a unique name
I think because even though it is 2 separate providers, pulumi isn’t creating the urns properly.
The URN should either be provider specific, or it should use the release name instead of the chart name.
a

abundant-airplane-93796

08/13/2020, 1:31 PM
did you ever find a resolution to this? I'm hitting the same thing
c

cool-egg-852

08/14/2020, 7:12 PM
Nope
I ended up using different stacks instead.