diff --git a/integrations/k8s-using-daemonset/k8s-with-rbac/falco-account.yaml b/integrations/k8s-using-daemonset/k8s-with-rbac/falco-account.yaml index b3968a79e34..0f7f9ace373 100644 --- a/integrations/k8s-using-daemonset/k8s-with-rbac/falco-account.yaml +++ b/integrations/k8s-using-daemonset/k8s-with-rbac/falco-account.yaml @@ -15,7 +15,7 @@ metadata: role: security rules: - apiGroups: ["extensions",""] - resources: ["nodes","namespaces","pods","replicationcontrollers","services","events","configmaps"] + resources: ["nodes","namespaces","pods","replicationcontrollers","replicasets","services","daemonsets","deployments","events","configmaps"] verbs: ["get","list","watch"] - nonResourceURLs: ["/healthz", "/healthz/*"] verbs: ["get"]