Skip to content

Commit 42a62d2

Browse files
mads-hartmannroboquat
authored andcommitted
Fix indentation so nodeAffinity is used
1 parent 4cf1793 commit 42a62d2

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

.werft/aks-installer-tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ pod:
4343
serviceAccount: werft
4444
restartPolicy: Never
4545
affinity:
46-
nodeAffinity:
47-
requiredDuringSchedulingIgnoredDuringExecution:
48-
nodeSelectorTerms:
49-
- matchExpressions:
50-
- key: dev/workload
51-
operator: In
52-
values:
53-
- "builds"
46+
nodeAffinity:
47+
requiredDuringSchedulingIgnoredDuringExecution:
48+
nodeSelectorTerms:
49+
- matchExpressions:
50+
- key: dev/workload
51+
operator: In
52+
values:
53+
- "builds"
5454
securityContext:
5555
runAsUser: 0
5656
volumes:

.werft/cleanup-installer-tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ pod:
33
serviceAccount: werft
44
restartPolicy: Never
55
affinity:
6-
nodeAffinity:
7-
requiredDuringSchedulingIgnoredDuringExecution:
8-
nodeSelectorTerms:
9-
- matchExpressions:
10-
- key: dev/workload
11-
operator: In
12-
values:
13-
- "builds"
6+
nodeAffinity:
7+
requiredDuringSchedulingIgnoredDuringExecution:
8+
nodeSelectorTerms:
9+
- matchExpressions:
10+
- key: dev/workload
11+
operator: In
12+
values:
13+
- "builds"
1414
securityContext:
1515
runAsUser: 0
1616
volumes:

.werft/eks-installer-tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ pod:
4343
serviceAccount: werft
4444
restartPolicy: Never
4545
affinity:
46-
nodeAffinity:
47-
requiredDuringSchedulingIgnoredDuringExecution:
48-
nodeSelectorTerms:
49-
- matchExpressions:
50-
- key: dev/workload
51-
operator: In
52-
values:
53-
- "builds"
46+
nodeAffinity:
47+
requiredDuringSchedulingIgnoredDuringExecution:
48+
nodeSelectorTerms:
49+
- matchExpressions:
50+
- key: dev/workload
51+
operator: In
52+
values:
53+
- "builds"
5454
securityContext:
5555
runAsUser: 0
5656
volumes:

.werft/k3s-installer-tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ pod:
4343
serviceAccount: werft
4444
restartPolicy: Never
4545
affinity:
46-
nodeAffinity:
47-
requiredDuringSchedulingIgnoredDuringExecution:
48-
nodeSelectorTerms:
49-
- matchExpressions:
50-
- key: dev/workload
51-
operator: In
52-
values:
53-
- "builds"
46+
nodeAffinity:
47+
requiredDuringSchedulingIgnoredDuringExecution:
48+
nodeSelectorTerms:
49+
- matchExpressions:
50+
- key: dev/workload
51+
operator: In
52+
values:
53+
- "builds"
5454
securityContext:
5555
runAsUser: 0
5656
volumes:

0 commit comments

Comments
 (0)