feat: disable sync window, new sleep time

This commit is contained in:
Nicholas Morey 2023-01-13 13:42:37 -05:00
parent 120fdf937b
commit 9370d4c51e
2 changed files with 12 additions and 12 deletions

View File

@ -2,14 +2,14 @@ apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: default
spec:
syncWindows:
- applications:
- '*' # any
kind: deny
schedule: '37 13 * * *'
duration: 8m
timeZone: EST
namespaces:
- sleepme
manualSync: true
spec: {}
# syncWindows:
# - applications:
# - '*' # any
# kind: deny
# schedule: '37 13 * * *'
# duration: 8m
# timeZone: EST
# namespaces:
# - sleepme
# manualSync: true

View File

@ -52,7 +52,7 @@ spec:
# sleepAt: "*:*/5"
# wakeUpAt: "*:*/7"
sleepAt: "13:40"
wakeUpAt: "12:00"
wakeUpAt: "13:44"
timeZone: "America/Toronto"
excludeRef:
- apiVersion: "apps/v1"