plane immutable ignore

This commit is contained in:
titver968
2025-10-17 07:16:36 +02:00
parent 3d00b746e5
commit fb8305d300

View File

@@ -11,16 +11,15 @@ spec:
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
jsonPointers: jsonPointers:
- /metadata/creationTimestamp - /metadata/creationTimestamp
# Jobs - timestamp Annotation ignorieren
- group: batch # Jobs komplett ignorieren - sie sind immutable und werden von Helm Hooks verwaltet
kind: Job
jsonPointers:
- /metadata/annotations/timestamp
- group: batch - group: batch
kind: Job kind: Job
name: plane-api-migrate-* name: plane-api-migrate-*
jsonPointers: jsonPointers:
- /spec
- /metadata - /metadata
# StatefulSets - verschiedene dynamische Felder # StatefulSets - verschiedene dynamische Felder
- group: apps - group: apps
kind: StatefulSet kind: StatefulSet
@@ -75,3 +74,4 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- RespectIgnoreDifferences=true - RespectIgnoreDifferences=true
- Replace=true