You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
The Helm chart hardcodes container resource limits at 128Mi memory in deployment.yaml. There's no resources key in values.yaml to override them.
On a small homelab cluster (3 nodes, ~15 apps, ~60 secrets), the pod consistently OOMs at 128Mi. Controllers with unfiltered Secret sources load all cluster secrets into memory for join evaluation — including TLS certs, CNPG credentials, and service account tokens. An enterprise cluster with hundreds of secrets would be far worse.
128Mi is not a viable default for any real deployment.