So yeah.. back in single-cluster-duplicate-name-li...
# kubernetes
b
So yeah.. back in single-cluster-duplicate-name-limbo.. A while ago I had to endure this: https://github.com/pulumi/pulumi/discussions/7382 Now I'm stuck with https://artifacthub.io/packages/helm/kong/kong where it complains that:
Copy code
error: Duplicate resource URN 'urn:pulumi:prod.k8s.devsecops::baseline-k8s::app:k8s:foundation$kubernetes:<http://helm.sh/v3:Chart$kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinition::{uniquevar}-kongconsumers.configuration.konghq.com';|helm.sh/v3:Chart$kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinition::{uniquevar}-kongconsumers.configuration.konghq.com';> try giving it a unique name
where {uniquevar} is an alphanumeric string
b
there's some workaround in the issue