Files
fleet-examples/multi-cluster/windows-helm/fleet.yaml
2022-03-25 15:55:29 -07:00

43 lines
730 B
YAML

namespace: fleet-helm-windows-example
targetCustomizations:
- name: win2022
helm:
values:
image:
tag: 2022
clusterSelector:
matchLabels:
windows.version: win2022
- 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