Enhance Longhorn application configuration by adding skipCrds option and retry settings to improve deployment resilience and error handling.
This commit is contained in:
@@ -15,6 +15,7 @@ spec:
|
||||
chart: longhorn
|
||||
targetRevision: "1.11.1"
|
||||
helm:
|
||||
skipCrds: false
|
||||
valuesObject:
|
||||
defaultSettings:
|
||||
createDefaultDiskLabeledNodes: false
|
||||
@@ -23,7 +24,12 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 20s
|
||||
factor: 2
|
||||
maxDuration: 3m
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- PruneLast=true
|
||||
- ServerSideApply=true
|
||||
|
||||
Reference in New Issue
Block a user