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

Commit 584b78c

Browse files
author
forkbomber
committed
Zookeeper: fix misspelled purgeInterval variable
1 parent e57fe72 commit 584b78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statefulsets/zookeeper/zkGenConfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function create_config() {
9999
echo "minSessionTimeout=$ZK_MIN_SESSION_TIMEOUT" >> $ZK_CONFIG_FILE
100100
echo "maxSessionTimeout=$ZK_MAX_SESSION_TIMEOUT" >> $ZK_CONFIG_FILE
101101
echo "autopurge.snapRetainCount=$ZK_SNAP_RETAIN_COUNT" >> $ZK_CONFIG_FILE
102-
echo "autopurge.purgeInteval=$ZK_PURGE_INTERVAL" >> $ZK_CONFIG_FILE
102+
echo "autopurge.purgeInterval=$ZK_PURGE_INTERVAL" >> $ZK_CONFIG_FILE
103103

104104
if [ $ZK_REPLICAS -gt 1 ]; then
105105
print_servers >> $ZK_CONFIG_FILE

0 commit comments

Comments
 (0)