Uninstalling
Learn how to uninstall the Doppler Kubernetes Operator
To uninstall the operator, first delete any DopplerSecret resources and any referenced Kubernetes secrets that are no longer needed.
kubectl delete dopplersecrets --all --all-namespaces
kubectl delete secret doppler-token-secret -n doppler-operator-systemIf you installed the operator with Helm, you can use helm uninstall to remove the installation resources. Otherwise, run the following command:
kubectl delete -f https://github.com/DopplerHQ/kubernetes-operator/releases/latest/download/recommended.yamlUpdated 26 days ago
What’s Next
