You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.

New to Config Syncer? Please start here.

Uninstall Config Syncer

Please follow the steps below to uninstall Config Syncer:

Using Helm 3

In Helm 3, release names are scoped to a namespace. So, provide the namespace you used to install the operator when installing.

$ helm uninstall config-syncer --namespace kubeops

Using YAML (with helm 3)

If you prefer to not use Helm, you can generate YAMLs from Config Syncer chart and uninstall using kubectl.

$ helm template config-syncer oci://ghcr.io/appscode-charts/config-syncer \
  --version v0.15.1 \
  --namespace kubeops --create-namespace \
  --set global.license="nothing" | kubectl delete -f -