Skip to content

Commit 401de9e

Browse files
committed
Update values.yaml
1 parent 26f834e commit 401de9e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

infrastructure/storage/longhorn/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ defaultSettings:
1010
storageOverProvisioningPercentage: "100"
1111
allowRecurringJobWhileVolumeDetached: "true"
1212
replicaAutoBalance: "best-effort"
13-
# Ensure new consolidated settings that can be per-engine stay simple scalars for V1-only clusters
14-
# These avoid parse errors like strconv.ParseBool/Int seen in manager logs when JSON strings are provided.
15-
fastReplicaRebuildEnabled: '{"v1":"false"}'
16-
engineReplicaTimeout: '{"v1":"8"}'
13+
# Keep consolidated settings as simple scalars unless actively using V2; avoids known 1.10.0 parsing bugs.
14+
fastReplicaRebuildEnabled: "false"
15+
engineReplicaTimeout: "8"
1716
guaranteedInstanceManagerCPU: "12"
1817
# -- Disables the pre-upgrade check job. This is recommended for GitOps tools
1918
# like ArgoCD to prevent sync failures.

0 commit comments

Comments
 (0)