docs: yaml tabs to spaces, auto create namespace (#3469)

This commit is contained in:
Corey Wilson
2023-01-23 03:51:55 -05:00
committed by GitHub
parent 3158bfe605
commit ed5bb0ba92

View File

@@ -106,9 +106,15 @@ spec:
sourceRef:
kind: HelmRepository
name: trivy-operator
namespace: flux-system
version: 0.0.5
namespace: flux-system
version: 0.10.1
interval: 60m
values:
trivy:
ignoreUnfixed: true
install:
crds: CreateReplace
createNamespace: true
```
You can then apply the file to your Kubernetes cluster: