You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Version: artifact.falcosecurity.dev/v1alpha1Kind: Config
Description
The Config Custom Resource manages Falco configuration fragments. Fragments are written to the shared configuration directory and merged with the base Falco configuration in priority order. Configuration can be defined inline as structured YAML or loaded from a Kubernetes ConfigMap.
Spec
Field
Type
Default
Description
config
*apiextensionsv1.JSON
—
Structured YAML configuration fragment
configMapRef
*ConfigMapRef
—
Reference to a ConfigMap containing configuration (key: config.yaml)
priority
int32
50
Application order (0–99, lower = applied first)
selector
*metav1.LabelSelector
—
Node label selector for targeting specific nodes
ConfigMapRef
Field
Type
Description
name
string
Required. Name of the ConfigMap (must contain key config.yaml)