Skip to content

Commit

Permalink
Update private-registries.md (aquasecurity#1791)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Utwo authored Jan 22, 2024
1 parent 2c2f556 commit 54e070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/private-registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ helm upgrade --install trivy-operator aqua/trivy-operator \
--namespace trivy-system \
--create-namespace \
--version {{ var.chart_version }}
--set="trivy.command=fs"
--set="trivy.command=filesystem"
--set="trivyOperator.scanJobPodTemplateContainerSecurityContext.runAsUser=0"
```

Expand Down

0 comments on commit 54e070e

Please sign in to comment.