Skip to content

Commit 8223084

Browse files
authored
Merge pull request #1524 from healthjoy/pdb-unhealthy-policy-default
Fix default value for unhealthyPodEvictionPolicy
2 parents b9b5913 + 71aba14 commit 8223084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ controller:
111111
enabled: false
112112
# maxUnavailable: 1
113113
minAvailable: 1
114-
unhealthyPodEvictionPolicy: "Delete"
114+
unhealthyPodEvictionPolicy: IfHealthyBudget
115115
# securityContext on the controller pod
116116
securityContext:
117117
runAsNonRoot: false

0 commit comments

Comments
 (0)