|
This is unreleased documentation for SBOM Scanner 0.12.0-dev. |
Unresolved include directive in modules/en/pages/installation/uninstall.adoc - include::partial$variables.adoc[]
SBOM Scanner Uninstall
You can remove the resources created by uninstalling the helm chart as follows:
helm uninstall --namespace sbomscanner sbomscanner
Then remove the following Custom Resource Definitions, this will also delete all the resources of these types declared inside of the cluster:
kubectl delete crd vexhubs.sbomscanner.kubewarden.io
kubectl delete crd scanjobs.sbomscanner.kubewarden.io
kubectl delete crd registries.sbomscanner.kubewarden.io
kubectl delete crd workloadscanconfigurations.sbomscanner.kubewarden.io
Finally, delete the namespace where SBOM Scanner was deployed:
kubectl delete ns sbomscanner
This will remove the Persistent Volume Claims and their associated Persistent Volumes.