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:
2026-01-02 10:20:45 +09:00
parent b1d195958a
commit f4ba1ef156
2 changed files with 0 additions and 6 deletions

View File

@@ -7,11 +7,6 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
ignoreDifferences:
- group: apps
kind: StatefulSet
jqPathExpressions:
- .spec.template.spec.containers[].resources.limits
sources:
- repoURL: https://charts.bitnami.com/bitnami
chart: postgresql

View File

@@ -27,7 +27,6 @@ primary:
memory: "128Mi"
cpu: "30m"
limits:
cpu: null
memory: "256Mi"
metrics: