Skip to content

Commit

Permalink
add helm chart installation method to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Aug 25, 2023
1 parent 1c5ef59 commit 38764c9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,18 @@ defectDojoApiCredentials:
url: "https://your.defectdojo.instance"
```

* Deploy the chart:
* Deploy the chart from the repository:

```
> helm install chart-name charts/
helm repo add trivy-dojo-report-operator https://telekom-mms.github.io/trivy-dojo-report-operator/
helm install chart-name trivy-dojo-report-operator/trivy-dojo-report-operator
```


* Deploy the chart manually after cloning the git-repository:

```
helm install chart-name charts/
```

The operator is now running in your cluster and will monitor for Trivy vulnerability reports and push them to the configured Defect Dojo instance.
Expand Down

0 comments on commit 38764c9

Please sign in to comment.