From 144ce40a5e81afa24de589b58d1fc1884e5601b8 Mon Sep 17 00:00:00 2001 From: chen-keinan Date: Tue, 24 Dec 2024 09:28:16 +0000 Subject: [PATCH] delete git-source "trivy-operator" --- resources/codefresh/trivy-operator.yaml | 27 ------------------------- runtimes/codefresh/in-cluster.yaml | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 resources/codefresh/trivy-operator.yaml diff --git a/resources/codefresh/trivy-operator.yaml b/resources/codefresh/trivy-operator.yaml deleted file mode 100644 index b16e0cd..0000000 --- a/resources/codefresh/trivy-operator.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: trivy-operator - labels: - codefresh.io/entity: 'git-source' - codefresh.io/internal: 'false' - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: cf-git-sources - sources: - - repoURL: https://github.com/chen-keinan/trivy-operator.git - path: deploy - targetRevision: main - directory: - include: '*' - exclude: '' - recurse: true - destination: - namespace: codefresh - server: https://kubernetes.default.svc - syncPolicy: - automated: - allowEmpty: true - prune: true - selfHeal: true diff --git a/runtimes/codefresh/in-cluster.yaml b/runtimes/codefresh/in-cluster.yaml index 916ca3c..d83fef4 100644 --- a/runtimes/codefresh/in-cluster.yaml +++ b/runtimes/codefresh/in-cluster.yaml @@ -15,7 +15,7 @@ spec: source: directory: include: >- - {all-runtimes-all-clusters/**/*.yaml,all-runtimes-all-clusters/*.yaml,codefresh/cf-gitops-runtime.yaml,codefresh/trivy-operator.yaml,configurations/**/*.yaml,control-planes/**/*.yaml,control-planes/*.yaml,runtimes/codefresh/**/*.yaml,runtimes/codefresh/*.yaml} + {all-runtimes-all-clusters/**/*.yaml,all-runtimes-all-clusters/*.yaml,codefresh/cf-gitops-runtime.yaml,configurations/**/*.yaml,control-planes/**/*.yaml,control-planes/*.yaml,runtimes/codefresh/**/*.yaml,runtimes/codefresh/*.yaml} recurse: true path: resources repoURL: https://github.com/chen-keinan/kube-beacon.git