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
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
# Auto-sync disabled to allow manual CPU limit removal
# automated:
# prune: true
# selfHeal: true
# allowEmpty: false
syncOptions:
- CreateNamespace=true