We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c0960 commit 26f834eCopy full SHA for 26f834e
1 file changed
infrastructure/storage/longhorn/values.yaml
@@ -12,8 +12,8 @@ defaultSettings:
12
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: "false"
16
- engineReplicaTimeout: "8"
+ fastReplicaRebuildEnabled: '{"v1":"false"}'
+ engineReplicaTimeout: '{"v1":"8"}'
17
guaranteedInstanceManagerCPU: "12"
18
# -- Disables the pre-upgrade check job. This is recommended for GitOps tools
19
# like ArgoCD to prevent sync failures.
0 commit comments