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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user