Files
gitops/argocd/applications/trivy-system.yaml
T

21 lines
462 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: trivy-system
namespace: argocd
spec:
project: default
source:
repoURL: https://aquasecurity.github.io/helm-charts/
chart: trivy-operator
targetRevision: 0.18.4
helm:
releaseName: trivy-operator
destination:
server: https://kubernetes.default.svc
namespace: trivy-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true