Skip to content

Commit

Permalink
Added timezone example to sync_windows page (argoproj#15926)
Browse files Browse the repository at this point in the history
I was looking for this in the docs but I could not find it. Did find that it was possible https://github.com/argoproj/argo-cd/pull/7442/files so I have added to an example to make it clear that this is possible.

Signed-off-by: Matthijs <[email protected]>
  • Loading branch information
Mattie112 authored Oct 15, 2023
1 parent af17c8d commit 0fdd534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user-guide/sync_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
manualSync: true
- kind: deny
schedule: '0 22 * * *'
timeZone: "Europe/Amsterdam"
duration: 1h
namespaces:
- default
Expand Down

0 comments on commit 0fdd534

Please sign in to comment.