Files
fleet-examples/multi-cluster/windows-helm/fleet.yaml
Nick Gerace 3162ee1212 Make Windows multi-cluster
Make Windows a multi-cluster example. Allow test to use fleet binaries
from any path.
2021-02-18 16:05:51 -05:00

35 lines
596 B
YAML

namespace: fleet-helm-windows-example
targetCustomizations:
- 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