REFACTOR(falco): remove invalid empty string CPU

- limit from falco
Kubernetes rejects cpu: "" as invalid quantity format. Will allow
DaemonSet
to be created with default CPU limit, then manually patch and disable
auto-sync.
This commit is contained in:
2025-12-26 17:32:48 +09:00
parent fa98684528
commit 10211f35bc

View File

@@ -32,7 +32,6 @@ spec:
cpu: 100m
memory: 256Mi
limits:
cpu: "" # Empty string to override Helm chart default
memory: 1Gi
# Falco configuration