This is more than likely down to 2 resource declarations (or as part of a loop) having the same resource name
👍 1
broad-dog-22463
11/19/2020, 3:57 PM
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