plane immutable ignore
This commit is contained in:
@@ -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:
|
||||
- /spec
|
||||
- /metadata
|
||||
|
||||
# StatefulSets - verschiedene dynamische Felder
|
||||
- group: apps
|
||||
kind: StatefulSet
|
||||
@@ -75,3 +74,4 @@ spec:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- RespectIgnoreDifferences=true
|
||||
- Replace=true
|
||||
Reference in New Issue
Block a user