From 59b834c250c6ebbabc1ff26624e3e7eb5b5ee07e Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 2 Jan 2026 23:16:10 +0900 Subject: [PATCH] REFACTOR(resources): use tilde for null CPU - Use ~ (tilde) for null CPU limit values - YAML best practice for null --- trivy/argocd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivy/argocd.yaml b/trivy/argocd.yaml index 6c3db9f..ad95cd2 100644 --- a/trivy/argocd.yaml +++ b/trivy/argocd.yaml @@ -76,7 +76,7 @@ spec: cpu: 50m memory: 64Mi limits: - cpu: null # Prevent CPU throttling + cpu: ~ memory: 128Mi env: