diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index 6c8df4c..8f13976 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -11,16 +11,15 @@ spec: kind: PersistentVolumeClaim jsonPointers: - /metadata/creationTimestamp - # Jobs - timestamp Annotation ignorieren - - group: batch - kind: Job - jsonPointers: - - /metadata/annotations/timestamp + + # Jobs komplett ignorieren - sie sind immutable und werden von Helm Hooks verwaltet - group: batch kind: Job name: plane-api-migrate-* jsonPointers: - - /metadata + - /spec + - /metadata + # StatefulSets - verschiedene dynamische Felder - group: apps kind: StatefulSet @@ -74,4 +73,5 @@ spec: prune: true syncOptions: - CreateNamespace=true - - RespectIgnoreDifferences=true \ No newline at end of file + - RespectIgnoreDifferences=true + - Replace=true \ No newline at end of file