Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Remove Scanner reference in Helm install command #451

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ helm repo add harbor https://helm.goharbor.io
```
helm install harbor harbor/harbor \
--create-namespace \
--namespace harbor \
--set clair.enabled=false \
--set trivy.enabled=true
--namespace harbor
```

The adapter service is automatically registered under the **Interrogation Service** in the Harbor interface and
Expand Down