diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index f30e742..b5f219e 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -15,10 +15,10 @@ spec: # Jobs komplett ignorieren - sie sind immutable und werden von Helm Hooks verwaltet - group: batch kind: Job - name: plane-api-migrate-* jsonPointers: - /spec - - /metadata + - /metadata/annotations + - /metadata/labels # StatefulSets - verschiedene dynamische Felder - group: apps @@ -90,4 +90,5 @@ spec: prune: true syncOptions: - CreateNamespace=true - - RespectIgnoreDifferences=true \ No newline at end of file + - RespectIgnoreDifferences=true + - PruneLasre=true \ No newline at end of file