-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsync-windows.yaml
More file actions
55 lines (55 loc) · 1.16 KB
/
sync-windows.yaml
File metadata and controls
55 lines (55 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# this to apply a sync window to problematic apps we want to show in demo that have problems
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: default
namespace: argocd
spec:
clusterResourceWhitelist:
- group: '*'
kind: '*'
destinations:
- namespace: '*'
server: '*'
sourceRepos:
- '*'
syncWindows:
- applications:
- k8s-pvc-tagger
- something-on-touge-1
clusters:
- touge-1
- carlos-0
- '*some-random-cluster*'
duration: 1234.5s
kind: deny
manualSync: true
schedule: '* * * * *'
timeZone: UTC
- clusters:
- kubecon-cluster
duration: 987.65s
kind: deny
schedule: '* * * * *'
timeZone: UTC
- applications:
- gratification-cluster-0
- gratification-cluster-1
- gratification-cluster-2
- gratification-cluster-3
- atascado-cluster-1
- fuera-de-onda-cluster-0
duration: 1258.4s
kind: deny
manualSync: true
schedule: '* * * * *'
timeZone: UTC
- clusters:
- kubecon-cluster-1
- kubecon-cluster-2
- kubecon-cluster-3
duration: 125853.84s
kind: deny
manualSync: true
schedule: '* 2 * * *'
timeZone: UTC