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:
@@ -7,11 +7,6 @@ metadata:
|
|||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
ignoreDifferences:
|
|
||||||
- group: apps
|
|
||||||
kind: StatefulSet
|
|
||||||
jqPathExpressions:
|
|
||||||
- .spec.template.spec.containers[].resources.limits
|
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://charts.bitnami.com/bitnami
|
- repoURL: https://charts.bitnami.com/bitnami
|
||||||
chart: postgresql
|
chart: postgresql
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ primary:
|
|||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "30m"
|
cpu: "30m"
|
||||||
limits:
|
limits:
|
||||||
cpu: null
|
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
|
|||||||
Reference in New Issue
Block a user