From ec015bd36e663410e937d968d51205827ff15bf9 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 22 Jun 2026 11:04:35 +0000 Subject: [PATCH] fix: prometheus memory 2Gi and CRD annotations ignore --- apps/prometheus.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/prometheus.yaml b/apps/prometheus.yaml index 08a389e..6956117 100644 --- a/apps/prometheus.yaml +++ b/apps/prometheus.yaml @@ -22,3 +22,10 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - ServerSideApply=true + ignoreDifferences: + - group: apiextensions.k8s.io + kind: CustomResourceDefinition + jsonPointers: + - /metadata/annotations