Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from datreeio/helm-plugin
Browse files Browse the repository at this point in the history
docs: add helm plugin docs
  • Loading branch information
Eyar Zilberman authored May 23, 2021
2 parents 05200f3 + 3af1a57 commit bea9dcc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ The CLI integration provides a policy enforcement solution for Kubernetes to run

## Quick start in two steps
#### 1. Install the latest release on your CLI
**Linux & MacOS:** ``curl https://get.datree.io | /bin/bash``
**Windows:** ``not supported yet :(``
**Linux & MacOS:** `curl https://get.datree.io | /bin/bash`
**Windows:** `not supported yet :(`

#### 2. Pass datree a Kuberntes manifest file to scan
``datree test <k8s-manifest-file>``
`datree test <k8s-manifest-file>`

...and voilà, you just ran your first invocation! 🥳

Expand All @@ -33,6 +33,11 @@ You can also checkout our [interactive demo scenario](https://www.katacoda.com/d
#### Ready to review our "Getting Started" guide?
All the information needed to get started, as well as a bunch of other cool features (including how to set up your policy), can be found in [**our docs**](https://hub.datree.io/getting-started/?utm_source=github&utm_medium=organic_oss).

## Helm plugin
[Datree's Helm plugin](https://hub.datree.io/helm-plugin/?utm_source=github&utm_medium=organic_oss) can be accessed through the helm CLI, to provide a seamless experience to Helm users:

`helm plugin install https://github.com/datreeio/helm-datree`

## Built-in rules
Right now, there are 30 battle-tested rules for you to choose from.
The rules cover different Kubernetes resources and use cases:
Expand Down

0 comments on commit bea9dcc

Please sign in to comment.