plane new config
This commit is contained in:
@@ -12,13 +12,11 @@ spec:
|
|||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /metadata/creationTimestamp
|
- /metadata/creationTimestamp
|
||||||
|
|
||||||
# Jobs komplett ignorieren - sie sind immutable und werden von Helm Hooks verwaltet
|
# Jobs KOMPLETT ignorieren - alle Felder
|
||||||
- group: batch
|
- group: batch
|
||||||
kind: Job
|
kind: Job
|
||||||
jsonPointers:
|
jqPathExpressions:
|
||||||
- /spec
|
- .
|
||||||
- /metadata/labels
|
|
||||||
- /metadata/annotations
|
|
||||||
|
|
||||||
# StatefulSets - verschiedene dynamische Felder
|
# StatefulSets - verschiedene dynamische Felder
|
||||||
- group: apps
|
- group: apps
|
||||||
@@ -34,6 +32,7 @@ spec:
|
|||||||
chart: 'plane-ce'
|
chart: 'plane-ce'
|
||||||
targetRevision: 1.*.*
|
targetRevision: 1.*.*
|
||||||
helm:
|
helm:
|
||||||
|
skipCrds: false
|
||||||
values: |
|
values: |
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
@@ -74,4 +73,5 @@ spec:
|
|||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- RespectIgnoreDifferences=true
|
- RespectIgnoreDifferences=true
|
||||||
- PruneLast=true
|
- PruneLast=true
|
||||||
|
- ApplyOutOfSyncOnly=true
|
||||||
Reference in New Issue
Block a user