Skip to content

Commit d4d38c8

Browse files
authored
fix(helm): etcd.compactionInterval not being respect (#506)
1 parent 2e17d6b commit d4d38c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kamaji/templates/etcd_sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
- --peer-cert-file=/etc/etcd/pki/peer.pem
6262
- --peer-key-file=/etc/etcd/pki/peer-key.pem
6363
- --auto-compaction-mode=periodic
64-
- --auto-compaction-retention=5m
64+
- --auto-compaction-retention= {{ .Values.etcd.compactionInterval }}
6565
- --snapshot-count=10000
6666
- --quota-backend-bytes=8589934592
6767
- --v=8

0 commit comments

Comments
 (0)