Skip to content

Commit f1c0960

Browse files
committed
Update values.yaml
1 parent d229832 commit f1c0960

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/storage/longhorn/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ defaultSettings:
88
defaultDataPath: "/var/lib/longhorn"
99
storageMinimalAvailablePercentage: "10"
1010
storageOverProvisioningPercentage: "100"
11-
allowRecurringJobWhileVolumeDetached: true
12-
replicaAutoBalance: best-effort
11+
allowRecurringJobWhileVolumeDetached: "true"
12+
replicaAutoBalance: "best-effort"
1313
# Ensure new consolidated settings that can be per-engine stay simple scalars for V1-only clusters
1414
# These avoid parse errors like strconv.ParseBool/Int seen in manager logs when JSON strings are provided.
15-
fastReplicaRebuildEnabled: false
15+
fastReplicaRebuildEnabled: "false"
1616
engineReplicaTimeout: "8"
1717
guaranteedInstanceManagerCPU: "12"
1818
# -- Disables the pre-upgrade check job. This is recommended for GitOps tools

0 commit comments

Comments
 (0)