Barbara Walters
01/12/2023, 8:07 PMSrikanth Chekuri
01/13/2023, 12:04 AMThe command above removes all the Kubernetes components associated with the chart and deletes the release except for ClickHouse CRD resources due to.finalizers
To delete resources accociated toinstance:ClickHouseInstallations
```kubectl -n platform patch \
clickhouseinstallations.clickhouse.altinity.com/my-release-clickhouse \
-p '{"metadata":{"finalizers":[]}}' --type=merge```https://signoz.io/docs/operate/kubernetes/#uninstall
Barbara Walters
01/13/2023, 12:28 PM