mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-23 07:29:00 -08:00
docs: yaml tabs to spaces, auto create namespace (#3469)
This commit is contained in:
@@ -107,8 +107,14 @@ spec:
|
|||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: trivy-operator
|
name: trivy-operator
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
version: 0.0.5
|
version: 0.10.1
|
||||||
interval: 60m
|
interval: 60m
|
||||||
|
values:
|
||||||
|
trivy:
|
||||||
|
ignoreUnfixed: true
|
||||||
|
install:
|
||||||
|
crds: CreateReplace
|
||||||
|
createNamespace: true
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then apply the file to your Kubernetes cluster:
|
You can then apply the file to your Kubernetes cluster:
|
||||||
|
|||||||
Reference in New Issue
Block a user