You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uninstall-cert-manager: ## Uninstall cert-manager from the K8s cluster specified in ~/.kube/config.
296
+
kubectl delete -f $(cert-manager-yaml-url)
278
297
279
298
.PHONY: uninstall
280
299
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
0 commit comments