Skip to content

Commit fbfffad

Browse files
authored
fix typo in helm config readme (#459)
1 parent 62e925b commit fbfffad

File tree

1 file changed

+1
-2
lines changed
  • config/helm/aws-node-termination-handler

1 file changed

+1
-2
lines changed

config/helm/aws-node-termination-handler/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ Parameter | Description | Default
9898
`checkASGTagBeforeDraining` | If true, check that the instance is tagged with "aws-node-termination-handler/managed" as the key before draining the node | `true`
9999
`managedAsgTag` | The tag to ensure is on a node if checkASGTagBeforeDraining is true | `aws-node-termination-handler/managed`
100100
`workers` | The maximum amount of parallel event processors | `10`
101-
`replicas` | The number of replicas in the NTH deployment when using queue-processor mode (NOTE: increasing replicas may cause duplicate webhooks since NTH pods are stateless)
102-
| `1`
101+
`replicas` | The number of replicas in the NTH deployment when using queue-processor mode (NOTE: increasing replicas may cause duplicate webhooks since NTH pods are stateless) | `1`
103102

104103
### AWS Node Termination Handler - IMDS Mode Configuration
105104

0 commit comments

Comments
 (0)