File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
charts/aws-fsx-csi-driver Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ sidecars:
31
31
tag : v2.13.0-eks-1-33-9
32
32
pullPolicy : IfNotPresent
33
33
logLevel : 2
34
- resources :
34
+ resources :
35
35
requests :
36
36
cpu : 10m
37
37
memory : 32Mi
@@ -46,7 +46,7 @@ sidecars:
46
46
tag : v5.2.0-eks-1-33-9
47
47
pullPolicy : IfNotPresent
48
48
logLevel : 2
49
- resources :
49
+ resources :
50
50
requests :
51
51
cpu : 10m
52
52
memory : 32Mi
@@ -61,7 +61,7 @@ sidecars:
61
61
tag : v1.13.2-eks-1-33-9
62
62
pullPolicy : IfNotPresent
63
63
logLevel : 2
64
- resources :
64
+ resources :
65
65
requests :
66
66
cpu : 10m
67
67
memory : 32Mi
@@ -133,7 +133,7 @@ controller:
133
133
# - maxSkew: 1
134
134
# topologyKey: kubernetes.io/hostname
135
135
# whenUnsatisfiable: ScheduleAnyway
136
- topologySpreadConstraints : []
136
+ topologySpreadConstraints : []
137
137
podDisruptionBudget :
138
138
# Warning: Disabling PodDisruptionBudget may lead to delays in stateful workloads starting due to controller
139
139
# pod restarts or evictions.
@@ -193,8 +193,8 @@ node:
193
193
operator : NotIn
194
194
values :
195
195
- fargate
196
- - hybrid
197
-
196
+ - hybrid
197
+
198
198
nameOverride : " "
199
199
fullnameOverride : " "
200
200
You can’t perform that action at this time.
0 commit comments