Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Preserve 12 minute hourly offset on jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd authored and feikesteenbergen committed Jan 21, 2020
1 parent b62679b commit f154025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/timescaledb-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ backup:
# schedule: https://en.wikipedia.org/wiki/Cron#CRON_expression
- name: full-weekly
type: full
schedule: "00 02 * * 0"
schedule: "12 02 * * 0"
- name: incremental-daily
type: incr
schedule: "00 02 * * 1-6"
schedule: "12 02 * * 1-6"
# Extra custom environment variables for prometheus.
# These should be an EnvVar, as this allows you to inject secrets into the environment
# https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#envvar-v1-core
Expand Down

0 comments on commit f154025

Please sign in to comment.