Skip to content

Commit 993c4a3

Browse files
committed
ci: remove node selector
1 parent 131c242 commit 993c4a3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

test/integration/manifests/cilium/v1.17/cilium-agent/templates/daemonset.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ spec:
2929
requiredDuringSchedulingIgnoredDuringExecution:
3030
nodeSelectorTerms:
3131
- matchExpressions:
32-
- key: kubernetes.azure.com/cluster
33-
operator: Exists
3432
- key: type
3533
operator: NotIn
3634
values:
@@ -418,7 +416,7 @@ spec:
418416
path: /proc/sys/kernel
419417
type: Directory
420418
name: host-proc-sys-kernel
421-
- hostPath:
419+
- hostPath:
422420
path: /var/run/netns
423421
type: DirectoryOrCreate
424422
name: cilium-netns

test/integration/manifests/cilium/v1.17/cilium-operator/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ spec:
123123
requiredDuringSchedulingIgnoredDuringExecution:
124124
nodeSelectorTerms:
125125
- matchExpressions:
126-
- key: kubernetes.azure.com/cluster
127-
operator: Exists
128126
- key: type
129127
operator: NotIn
130128
values:

0 commit comments

Comments
 (0)