mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/aerospike] Fix typo in README wit->wait (#9622)
* [stable/aerospike] Fix typo in README wit->wait * Fix typo wit->wait * Make capitalisation of configuration table consistent Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com> * Increment chart version Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com> * fix version bump Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5d7cd28464
commit
def1b8fc7a
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user