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