Skip to content

Commit

Permalink
Fix typo in readme of k8s spot termination handler (helm#17166)
Browse files Browse the repository at this point in the history
* Fix typo in readme of k8s spot termination handler

Signed-off-by: Chris Cooney <[email protected]>

* Bumped chart version

Signed-off-by: Chris Cooney <[email protected]>
  • Loading branch information
ChrisCooney authored and k8s-ci-robot committed Sep 17, 2019
1 parent 2a8bbb4 commit d2d77f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/k8s-spot-termination-handler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.13.7-1"
description: The K8s Spot Termination handler handles draining AWS Spot Instances in response to termination requests.
name: k8s-spot-termination-handler
version: 1.4.4
version: 1.4.5
keywords:
- spot
- termination
Expand Down
2 changes: 1 addition & 1 deletion stable/k8s-spot-termination-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Parameter | Description | Default
`serviceAccount.name` | the name of the service account to use. If not set and `create` is `true`, a name is generated using the fullname template. | ``
`detachAsg` | if `true`, the spot termination handler will detect (standard) AutoScaling Group, and initiate detach when termination notice is detected. | `false`
`gracePeriod` | Grace period for node draining | `120`
`envFromSecret` | Name of a Kubenretes secret (must be manually created in the same namespace) containing values to be added to the environment | `""` |
`envFromSecret` | Name of a Kubernetes secret (must be manually created in the same namespace) containing values to be added to the environment | `""` |
`resources` | pod resource requests & limits | `{}`
`nodeSelector` | node labels for pod assignment | `{}`
`tolerations` | node taints to tolerate (requires Kubernetes >=1.6) | `[]`
Expand Down

0 comments on commit d2d77f5

Please sign in to comment.