Skip to content

Commit 93ac72d

Browse files
committed
Add more examples
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 13257cc commit 93ac72d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

example.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
pools:
2+
- pool: linux
3+
continue: true
4+
selector:
5+
- path: "{.metadata.labels.kubernetes\\.io/os}"
6+
match: "linux"
7+
node:
8+
# sets the kubernetes node role
9+
role: linux
10+
11+
- pool: windows
12+
continue: true
13+
selector:
14+
- path: "{.metadata.labels.kubernetes\\.io/os}"
15+
match: "windows"
16+
node:
17+
# sets the kubernetes node role
18+
role: windows
19+
220
- pool: agents
321
selector:
422
- path: "{.spec.providerID}"
@@ -48,4 +66,3 @@ pools:
4866
# node annotations
4967
annotations:
5068
webdevops.io/testing: 3
51-

0 commit comments

Comments
 (0)