REFACTOR(argocd): remove cpu: null
- to fix ArgoCD drift detection - Remove explicit cpu: null from limits (chart default is empty anyway) - Remove ignoreDifferences workaround (no longer needed)
This commit is contained in:
@@ -27,7 +27,6 @@ primary:
|
||||
memory: "128Mi"
|
||||
cpu: "30m"
|
||||
limits:
|
||||
cpu: null
|
||||
memory: "256Mi"
|
||||
|
||||
metrics:
|
||||
|
||||
Reference in New Issue
Block a user