mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
406baae043
commit
3a1b02794f
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user