Skip to content

Commit

Permalink
[stable/aerospike] Fix typo in README wit->wait (helm#9622)
Browse files Browse the repository at this point in the history
* [stable/aerospike] Fix typo in README wit->wait

* Fix typo wit->wait
* Make capitalisation of configuration table consistent

Signed-off-by: Dean Coakley <[email protected]>

* Increment chart version

Signed-off-by: Dean Coakley <[email protected]>

* fix version bump

Signed-off-by: Paul Czarkowski <[email protected]>
  • Loading branch information
Dean-Coakley authored and k8s-ci-robot committed Dec 17, 2018
1 parent 5d7cd28 commit def1b8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/aerospike/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- aerospike
- big-data
home: http://aerospike.com
version: 0.2.0
version: 0.2.1
icon: https://s3-us-west-1.amazonaws.com/aerospike-fd/wp-content/uploads/2016/06/Aerospike_square_logo.png
sources:
- https://github.com/aerospike/aerospike-server
Expand Down
8 changes: 4 additions & 4 deletions stable/aerospike/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ The chart can be customized using the following configurable parameters:
| `replicaCount` | Aerospike Brokers | `1` |
| `command` | Custom command (Docker Entrypoint) | `[]` |
| `args` | Custom args (Docker Cmd) | `[]` |
| `persistentVolume` | config of persistent volumes for storage-engine | `{}` |
| `confFile` | config filename. This file should be included in the chart path | `aerospike.conf` |
| `resources` | resource requests and limits | `{}` |
| `persistentVolume` | Config of persistent volumes for storage-engine | `{}` |
| `confFile` | Config filename. This file should be included in the chart path | `aerospike.conf` |
| `resources` | Resource requests and limits | `{}` |
| `nodeSelector` | Labels for pod assignment | `{}` |
| `terminationGracePeriodSeconds` | wit time before forcefully terminating container | `30` |
| `terminationGracePeriodSeconds` | Wait time before forcefully terminating container | `30` |

Specify parameters using `--set key=value[,key=value]` argument to `helm install`

Expand Down

0 comments on commit def1b8f

Please sign in to comment.