Running into an issue trying to use helm. I need t...
# kubernetes
c
Running into an issue trying to use helm. I need to install a helm chart to 2 different clusters. Getting
Copy code
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
did you ever find a resolution to this? I'm hitting the same thing
c
Nope
I ended up using different stacks instead.