Title
s

steep-angle-29984

11/19/2020, 3:05 PM
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

broad-dog-22463

11/19/2020, 3:57 PM
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

steep-angle-29984

11/19/2020, 4:07 PM
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