This commit is contained in:
Morten Olsen
2025-12-03 23:23:06 +01:00
parent a8e86c3e74
commit 1851a6a506
34 changed files with 90 additions and 56 deletions

View File

@@ -0,0 +1,3 @@
apiVersion: v2
version: 1.0.0
name: monitor

View File

@@ -0,0 +1,26 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: trivy-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: foundation
server: https://kubernetes.default.svc
project: foundation
source:
repoURL: https://aquasecurity.github.io/helm-charts/
targetRevision: 0.31.0
chart: trivy-operator
helm: {}
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true
- CreateNamespace=true