From f154025e586a9cab6190d4361e41d334d4c09dc4 Mon Sep 17 00:00:00 2001 From: Anthony Dodd Date: Mon, 20 Jan 2020 11:41:05 -0600 Subject: [PATCH] Preserve 12 minute hourly offset on jobs --- charts/timescaledb-single/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/timescaledb-single/values.yaml b/charts/timescaledb-single/values.yaml index b4961357..c818d0a6 100644 --- a/charts/timescaledb-single/values.yaml +++ b/charts/timescaledb-single/values.yaml @@ -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