Uninstall the Claude Compliance Collector Helm release from your cluster.
Procedure
- Uninstall the Helm release:
helm -n "$NS" uninstall collector
Helm removes the CronJob, ServiceAccount, and any other chart-managed resources. Your Kubernetes Secret is left in place. - Optionally, delete the Secret as well:
# kubectl -n "$NS" delete secret compliance-collector-secrets
