From f4ba1ef156df192c828ca61bef21ae15272ab2cb Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 2 Jan 2026 10:20:45 +0900 Subject: [PATCH] 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) --- postgresql-dev/argocd.yaml | 5 ----- postgresql-dev/helm-values.yaml | 1 - 2 files changed, 6 deletions(-) diff --git a/postgresql-dev/argocd.yaml b/postgresql-dev/argocd.yaml index 6f4cac6..7391c05 100644 --- a/postgresql-dev/argocd.yaml +++ b/postgresql-dev/argocd.yaml @@ -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 diff --git a/postgresql-dev/helm-values.yaml b/postgresql-dev/helm-values.yaml index 93ddd10..6bc537b 100644 --- a/postgresql-dev/helm-values.yaml +++ b/postgresql-dev/helm-values.yaml @@ -27,7 +27,6 @@ primary: memory: "128Mi" cpu: "30m" limits: - cpu: null memory: "256Mi" metrics: