From 38764c9a48da353278f3672c89c807f2c98172d2 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Fri, 25 Aug 2023 14:58:54 +0200 Subject: [PATCH] add helm chart installation method to docs --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d76d1ec..34f354b 100644 --- a/README.md +++ b/README.md @@ -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.