From def1b8fc7a699046b2d4d31befe9826b708d9f59 Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Mon, 17 Dec 2018 21:08:39 +0000 Subject: [PATCH] [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 * Increment chart version Signed-off-by: Dean Coakley * fix version bump Signed-off-by: Paul Czarkowski --- stable/aerospike/Chart.yaml | 2 +- stable/aerospike/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/aerospike/Chart.yaml b/stable/aerospike/Chart.yaml index 4b129caf68..96a8d88d05 100644 --- a/stable/aerospike/Chart.yaml +++ b/stable/aerospike/Chart.yaml @@ -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 diff --git a/stable/aerospike/README.md b/stable/aerospike/README.md index eeb74cc3b0..112448ea55 100644 --- a/stable/aerospike/README.md +++ b/stable/aerospike/README.md @@ -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`