I followed the instructions to install the SBOMScanner backend via SBOMScanner UI Extension, but the pods would not start (https://github.com/rancher/security-ui-exts#sbomscanner-ui-extension)
I had to delete the postgresql.cnpg.io CRD before installing the SBOMScanner UI Extension; only then did the backend install successfully and the pods reach a running state.
kubectl get crd -o name | grep postgresql.cnpg.io | xargs kubectl delete
I followed the instructions to install the SBOMScanner backend via SBOMScanner UI Extension, but the pods would not start (https://github.com/rancher/security-ui-exts#sbomscanner-ui-extension)
I had to delete the postgresql.cnpg.io CRD before installing the SBOMScanner UI Extension; only then did the backend install successfully and the pods reach a running state.
kubectl get crd -o name | grep postgresql.cnpg.io | xargs kubectl delete