Skip to content

Commit 71aba14

Browse files
authored
Fix default value for unhealthyPodEvictionPolicy
`Delete` isn't allowed as value here. Accepted values are `IfHealthyBudget` (default) and `AlwaysAllow`. https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy
1 parent 7aefc6d commit 71aba14

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)