Skip to content

Commit 35eceaa

Browse files
committed
Remove hybrid node exclusions
1 parent 03021aa commit 35eceaa

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

charts/aws-fsx-csi-driver/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ controller:
127127
operator: NotIn
128128
values:
129129
- fargate
130-
- hybrid
131130
podLabels: {}
132131
# topologySpreadConstraints:
133132
# - maxSkew: 1
@@ -202,7 +201,6 @@ node:
202201
operator: NotIn
203202
values:
204203
- fargate
205-
- hybrid
206204
podLabels: {}
207205

208206
nameOverride: ""

deploy/kubernetes/base/controller-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,4 @@ spec:
142142
operator: NotIn
143143
values:
144144
- fargate
145-
- hybrid
146145
weight: 1

deploy/kubernetes/base/node-daemonset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ spec:
3434
operator: NotIn
3535
values:
3636
- fargate
37-
- hybrid
3837
containers:
3938
- name: fsx-plugin
4039
securityContext:

0 commit comments

Comments
 (0)