Skip to content

Commit

Permalink
Merge pull request #1524 from healthjoy/pdb-unhealthy-policy-default
Browse files Browse the repository at this point in the history
Fix default value for unhealthyPodEvictionPolicy
  • Loading branch information
k8s-ci-robot authored Dec 19, 2024
2 parents b9b5913 + 71aba14 commit 8223084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ controller:
enabled: false
# maxUnavailable: 1
minAvailable: 1
unhealthyPodEvictionPolicy: "Delete"
unhealthyPodEvictionPolicy: IfHealthyBudget
# securityContext on the controller pod
securityContext:
runAsNonRoot: false
Expand Down

0 comments on commit 8223084

Please sign in to comment.