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