Files
kubernetes-security-baselin…/deployments/falco/operator-resources/falcosidekick-component.yaml
T
swaphb 2ca1b150cc
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 1m4s
reduce low priority Falco Slack alerts
2026-08-15 14:13:53 -04:00

27 lines
774 B
YAML

apiVersion: instance.falcosecurity.dev/v1alpha1
kind: Component
metadata:
name: falcosidekick
namespace: falco
annotations:
# Deploy the event forwarder after the Falco instance and its CRDs exist.
argocd.argoproj.io/sync-wave: "2"
spec:
component:
type: falcosidekick
replicas: 1
podTemplateSpec:
spec:
containers:
- name: falcosidekick
env:
- name: SLACK_WEBHOOKURL
valueFrom:
secretKeyRef:
name: falco-alerting
key: webhook-url
# Keep low-priority Falco events in cluster logs, but do not send
# NOTICE-level activity to the Slack alert channel.
- name: SLACK_MINIMUMPRIORITY
value: warning