Skip to content

Commit eb4ebf1

Browse files
committed
Fix default val for flag
1 parent 65741e3 commit eb4ebf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/helm/aws-node-termination-handler/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ cordonOnly: false
8686
# Taint node upon spot interruption termination notice.
8787
taintNode: false
8888

89+
# Add out-of-service taint to node after cordon/drain process which would forcefully evict pods without matching tolerations and detach persistent volumes.
90+
enableOutOfServiceTaint: false
91+
8992
# Exclude node from load balancer before cordoning via the ServiceNodeExclusion feature gate.
9093
excludeFromLoadBalancers: false
9194

0 commit comments

Comments
 (0)