Make Windows multi-cluster

Make Windows a multi-cluster example. Allow test to use fleet binaries
from any path.
This commit is contained in:
Nick Gerace
2021-02-18 16:04:21 -05:00
parent 2ec09778b8
commit 3162ee1212
10 changed files with 99 additions and 53 deletions

View File

@@ -0,0 +1,34 @@
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