Skip to content

Commit

Permalink
Include timeout option in backups example CR
Browse files Browse the repository at this point in the history
The backup timeout was made configurable in coreos#1908 but is not documented. This adds a note about the default value and makes it clear this is an optional feature.
  • Loading branch information
bradjones1 committed Nov 22, 2019
1 parent 8347d27 commit 9bbc6bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/etcd-backup-operator/periodic_backup_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
# 0 > enable periodic backup
backupIntervalInSecond: 125
maxBackups: 4
# Backup timeout default is 60 seconds.
timeoutInSecond: 120
s3:
# The format of "path" must be: "<s3-bucket-name>/<path-to-backup-file>"
# e.g: "mybucket/etcd.backup"
Expand Down

0 comments on commit 9bbc6bf

Please sign in to comment.