diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 7035ed5..e9ed2e8 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -142,7 +142,7 @@ falcosidekick: memory: 512Mi redis: - storageEnabled: false + storageEnabled: true resources: requests: cpu: 10m @@ -172,8 +172,12 @@ nodeSelector: {} tolerations: - effect: NoSchedule key: node-role.kubernetes.io/master + - effect: NoExecute + key: node-role.kubernetes.io/master - effect: NoSchedule key: node-role.kubernetes.io/control-plane + - effect: NoExecute + key: node-role.kubernetes.io/control-plane # Run as DaemonSet on all nodes daemonset: