Skip to content

Commit

Permalink
add helm to the installation options
Browse files Browse the repository at this point in the history
  • Loading branch information
yonahd authored Sep 28, 2023
1 parent 66f65b3 commit b293602
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b293602

Please sign in to comment.