From b293602ceeb0cd4d3bbb85ea586e2be70f997d4a Mon Sep 17 00:00:00 2001 From: Yonah Dissen <47282577+yonahd@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:43:07 +0300 Subject: [PATCH] add helm to the installation options --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a31c0d4d..1aecc972 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,17 @@ docker run --rm -i yonahdissen/kor docker run --rm -i -v "/path/to/.kube/config:/root/.kube/config" yonahdissen/kor all ``` +### Helm +Run as a cronjob in your Cluster +```sh +helm upgrade -i kor \ + --namespace kor \ + --create-namespace \ + ./charts/kor +``` + +For more information see [in cluster usage](#in-cluster-usage) + ## Usage Kor provides various subcommands to identify and list unused resources. The available commands are: