Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Include timeout option in backups example CR #2142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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