From a52a6691a8fb36155d6d01ed72dd0fc9865528ac Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Fri, 19 Jun 2026 09:51:42 +0200 Subject: [PATCH] =?UTF-8?q?fix(observability):=20=F0=9F=90=9B=20add=20prun?= =?UTF-8?q?e=20+=20RespectIgnoreDifferences=20to=20o12y=20syncPolicy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix CRD bootstrap deadlock on victoria-metrics-k8s-stack ArgoCD app. Adds prune: true and RespectIgnoreDifferences=true to prevent sync failures when CRs are applied before CRDs are established. --- otc/dev.t09.de/stacks/observability/victoria-k8s-stack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc/dev.t09.de/stacks/observability/victoria-k8s-stack.yaml b/otc/dev.t09.de/stacks/observability/victoria-k8s-stack.yaml index 3011a2f..0ff2853 100644 --- a/otc/dev.t09.de/stacks/observability/victoria-k8s-stack.yaml +++ b/otc/dev.t09.de/stacks/observability/victoria-k8s-stack.yaml @@ -9,10 +9,12 @@ spec: project: default syncPolicy: automated: + prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true + - RespectIgnoreDifferences=true destination: name: in-cluster namespace: observability