CHORE(falco): disable auto-sync for falco

- to allow manual CPU limit r...
Will manually patch DaemonSet to remove CPU limits after this is
applied.
This commit is contained in:
2025-12-26 17:40:46 +09:00
parent 85ef6e8c9f
commit d6b9fe6a01

View File

@@ -87,10 +87,11 @@ spec:
namespace: falco namespace: falco
syncPolicy: syncPolicy:
automated: # Auto-sync disabled to allow manual CPU limit removal
prune: true # automated:
selfHeal: true # prune: true
allowEmpty: false # selfHeal: true
# allowEmpty: false
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true