Fix clone timestamp key in example manifest (#276)

It was set to `endTimestamp`, but it should be `timestamp`.
This commit is contained in:
Manuel Gómez 2018-04-16 18:23:41 +02:00 committed by GitHub
parent 88c68712b6
commit 5e1d86e31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ spec:
# with an empty/absent timestamp, clone from an existing alive cluster using pg_basebackup
# clone:
# cluster: "acid-batman"
# endTimestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
# timestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
maintenanceWindows:
- 01:00-06:00 #UTC
- Sat:00:00-04:00