Enhance Longhorn application configuration by adding skipCrds option and retry settings to improve deployment resilience and error handling.

This commit is contained in:
Nikholas Pcenicni
2026-03-27 17:47:54 -04:00
parent 76700a7b3f
commit 55833b2593
2 changed files with 68 additions and 1 deletions

View File

@@ -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