Hi, I am trying to configure a cert-manager chart...
# general
c
Hi, I am trying to configure a cert-manager chart with helm v3, it works without setting chart values, but I need to install the CRD, when I pass installCRDs=true I get the following error when running pulumi up:
TypeError: __init__() got an unexpected keyword argument 'status'
error: an unhandled error occurred: Program exited with non-zero exit code: 1
The first time I got this error I tried to apply the CRD with pulumi yaml, but I got the same error.