Views:

Uninstall the Claude Compliance Collector Helm release from your cluster.

Procedure

  1. 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.
  2. Optionally, delete the Secret as well:
    # kubectl -n "$NS" delete secret compliance-collector-secrets