10 lines
239 B
YAML
10 lines
239 B
YAML
apiVersion: instance.falcosecurity.dev/v1alpha1
|
|
kind: Falco
|
|
metadata:
|
|
name: falco
|
|
namespace: falco
|
|
annotations:
|
|
# Apply the instance after the Operator chart has installed its CRDs.
|
|
argocd.argoproj.io/sync-wave: "1"
|
|
spec: {}
|