remove unused trivy

This commit is contained in:
Tobias Brunner 2024-02-27 21:32:02 +01:00
parent f207ed4d9e
commit caa5f4f8e9
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -1,23 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: trivy
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
sources:
- chart: trivy-operator
repoURL: https://aquasecurity.github.io/helm-charts/
targetRevision: 0.20.6
helm:
values: |
serviceMonitor:
enabled: true
destination:
namespace: trivy-system
server: https://kubernetes.default.svc
project: system
syncPolicy:
syncOptions:
- CreateNamespace=true