I got `Duplicate resource URN` error, but URN is u...
# general
s
I got
Duplicate resource URN
error, but URN is unique. The URN is very long(->307), can that be the cause of the error?
b
This is more than likely down to 2 resource declarations (or as part of a loop) having the same resource name
👍 1
if you have a loop, then you need to pass a different name on each iteration of the loop
s
Found it. Don't know why but pulumi tries to install the CRDs of the logging-operator helm chart twice. When I disable CRD intallation using the chart variable
createCustomResource: false
it works and the CRDs are installed! Thank you anyway
530 Views