From b897c34bf46dd8faf89a01d5ad907e36faef27ac Mon Sep 17 00:00:00 2001 From: Connor Hallett Date: Wed, 8 Jul 2020 13:51:02 -0400 Subject: [PATCH] Update values.yaml Add example of syncWindows --- charts/argo-cd/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 3eee07d1..0ad39dea 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -591,6 +591,13 @@ server: # kind: StatefulSet # orphanedResources: {} # roles: [] + # syncWindows: + # - kind: allow + # schedule: '10 1 * * *' + # duration: 1h + # applications: + # - '*-prod' + # manualSync: true ## Enable Admin ClusterRole resources. ## Enable if you would like to grant rights to ArgoCD to deploy to the local Kubernetes cluster.