plane new config
This commit is contained in:
@@ -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
|
||||
- PruneLast=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
Reference in New Issue
Block a user