Skip to content

Commit

Permalink
fix(helm): etcd.compactionInterval not being respect (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyue110026 authored Jul 30, 2024
1 parent 2e17d6b commit d4d38c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kamaji/templates/etcd_sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- --peer-cert-file=/etc/etcd/pki/peer.pem
- --peer-key-file=/etc/etcd/pki/peer-key.pem
- --auto-compaction-mode=periodic
- --auto-compaction-retention=5m
- --auto-compaction-retention= {{ .Values.etcd.compactionInterval }}
- --snapshot-count=10000
- --quota-backend-bytes=8589934592
- --v=8
Expand Down

0 comments on commit d4d38c8

Please sign in to comment.