Skip to content

Commit

Permalink
Fix delta-snapshot-period value in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Dec 4, 2019
1 parent dd26b65 commit 82fe3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/etcd-backup-restore/templates/etcd-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
- --defragmentation-schedule={{ .Values.backup.defragmentationSchedule }}
{{- end }}
- --etcd-connection-timeout={{ .Values.backup.etcdConnectionTimeout }}
- --delta-snapshot-period={{ int $.Values.backup.deltaSnapshotPeriod }}
- --delta-snapshot-period={{ .Values.backup.deltaSnapshotPeriod }}
- --delta-snapshot-memory-limit={{ int $.Values.backup.deltaSnapshotMemoryLimit }}
{{- if and .Values.etcdAuth.username .Values.etcdAuth.password }}
- --etcd-username={{ .Values.etcdAuth.username }}
Expand Down

0 comments on commit 82fe3db

Please sign in to comment.