Open
Description
There's a race condition installing CRDs for cert-manager when setting this cluster up from scratch.
The helm release has installCRDs
set to true, but there's also a Kustomization with the CRDs which Flux tends to install before the chart. The chart refuses to install b/c there's existing CRDs which don't belong to Helm.