Files
kubernetes-security-baselin…/deployments/falco/alerting-resources/falcosidekick-component.yaml
T
swaphb 6e7f5b39fb
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 59s
make falco alerting opt in
2026-08-16 21:36:09 -04:00

26 lines
700 B
YAML

apiVersion: instance.falcosecurity.dev/v1alpha1
kind: Component
metadata:
name: falcosidekick
namespace: falco
annotations:
# Deploy the event forwarder only when the alerting Secret is enabled.
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 events in Falco logs instead of Slack.
- name: SLACK_MINIMUMPRIORITY
value: warning