Skip to content

Commit 26f834e

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/storage/longhorn/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ defaultSettings:
1212
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"
16-
engineReplicaTimeout: "8"
15+
fastReplicaRebuildEnabled: '{"v1":"false"}'
16+
engineReplicaTimeout: '{"v1":"8"}'
1717
guaranteedInstanceManagerCPU: "12"
1818
# -- Disables the pre-upgrade check job. This is recommended for GitOps tools
1919
# like ArgoCD to prevent sync failures.

0 commit comments

Comments
 (0)