Skip to content

Commit

Permalink
Merge pull request #21 from incertum/falco-config
Browse files Browse the repository at this point in the history
new(falco): add flux deployment config
  • Loading branch information
rossf7 authored Jan 24, 2024
2 parents 8dcb1ce + 92752c7 commit fbc39f9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions clusters/projects/falco/falco.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# The Falco Authors
# DOCS latest: falco.org
# REPO: https://github.com/falcosecurity/cncf-green-review-testing
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: falco-cncf-green-review-testing
namespace: flux-system
spec:
interval: 6h
ref:
branch: main
url: https://github.com/falcosecurity/cncf-green-review-testing
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: falco-cncf-green-review-testing
namespace: falco
spec:
interval: 6h
path: ./kustomize
prune: true
retryInterval: 2m0s
sourceRef:
kind: GitRepository
name: falco-cncf-green-review-testing
targetNamespace: falco
timeout: 3m0s
wait: true

0 comments on commit fbc39f9

Please sign in to comment.