From 8638dbcd15bfb2372592fb2e5e8062a13d768fff Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 20 Oct 2025 08:48:32 +0200 Subject: [PATCH] plane new config --- argocd/apps/plane/values-plane.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index 03ea5f7..75a95d6 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -12,13 +12,11 @@ spec: jsonPointers: - /metadata/creationTimestamp - # Jobs komplett ignorieren - sie sind immutable und werden von Helm Hooks verwaltet + # Jobs KOMPLETT ignorieren - alle Felder - group: batch kind: Job - jsonPointers: - - /spec - - /metadata/labels - - /metadata/annotations + jqPathExpressions: + - . # StatefulSets - verschiedene dynamische Felder - group: apps @@ -34,6 +32,7 @@ spec: chart: 'plane-ce' targetRevision: 1.*.* helm: + skipCrds: false values: | ingress: @@ -74,4 +73,5 @@ spec: syncOptions: - CreateNamespace=true - RespectIgnoreDifferences=true - - PruneLast=true \ No newline at end of file + - PruneLast=true + - ApplyOutOfSyncOnly=true \ No newline at end of file