Skip to content

Commit a431ded

Browse files
fix: longhorn config defaultReplicaCount 1
1 parent 12a5b3e commit a431ded

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/longhorn/longhorn.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ resource "helm_release" "longhorn" {
1515
version = "1.8.1"
1616

1717
namespace = local.namespace
18+
19+
set {
20+
name = "defaultSettings.defaultReplicaCount"
21+
value = "1"
22+
}
1823
}

0 commit comments

Comments
 (0)