Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit cc0b1a9

Browse files
committed
Fix default slave count
1 parent d8f4834 commit cc0b1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ variable cluster_enabled {
4848

4949
variable cluster_slave_count {
5050
description = "The number of redis slave pods to deploy."
51-
default = 3
51+
default = 1
5252
}
5353

5454
##

0 commit comments

Comments
 (0)