-
Notifications
You must be signed in to change notification settings - Fork 447
/
Copy pathfleet.yaml
50 lines (50 loc) · 872 Bytes
/
fleet.yaml
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
namespace: fleet-helm-windows-example
targetCustomizations:
- name: win2022
helm:
values:
image:
tag: ltsc2022
clusterSelector:
matchLabels:
windows.version: win2022
- name: win2019
helm:
values:
image:
tag: ltsc2019
clusterSelector:
matchLabels:
windows.version: win2019
- name: win2004
helm:
values:
image:
tag: 2004
clusterSelector:
matchLabels:
windows.version: win2004
- name: win1909
helm:
values:
image:
tag: 1909
clusterSelector:
matchLabels:
windows.version: win1909
- name: win1903
helm:
values:
image:
tag: 1903
clusterSelector:
matchLabels:
windows.version: win1903
- name: win1809
helm:
values:
image:
tag: 1809
clusterSelector:
matchLabels:
windows.version: win1809