[stable/consul] fix gossip configuration parameter name in README (#19528)

* fix gossip configuration parameter name

Signed-off-by: Oleg Dianov <odidoit@gmail.com>

* bump chart version

Signed-off-by: Oleg Dianov <odidoit@gmail.com>
This commit is contained in:
Oleg Dianov
2019-12-20 12:39:32 -08:00
committed by Kubernetes Prow Robot
parent 406baae043
commit 3a1b02794f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: consul
home: https://github.com/hashicorp/consul
version: 3.9.3
version: 3.9.4
appVersion: 1.5.3
description: Highly available and distributed service discovery and key-value store
designed with support for the modern data center to make distributed systems and
+1 -1
View File
@@ -38,7 +38,7 @@ The following table lists the configurable parameters of the consul chart and th
| `DisableHostNodeId` | Disable Node Id creation (uses random)| `false` |
| `joinPeers` | Set list of hosts for -retry-join | `[]` |
| `joinWan` | Set list of hosts for -retry-join-wan | `[]` |
| `EncryptGossip` | Whether or not gossip is encrypted | `true` |
| `Gossip.Encrypt` | Whether or not gossip is encrypted | `true` |
| `GossipKey` | Gossip-key to use by all members | `nil` |
| `Storage` | Persistent volume size | `1Gi` |
| `StorageClass` | Persistent volume storage class | `nil` |