From 3a1b02794ffe149552ed0af9507aefe766f09dae Mon Sep 17 00:00:00 2001 From: Oleg Dianov Date: Fri, 20 Dec 2019 23:39:32 +0300 Subject: [PATCH] [stable/consul] fix gossip configuration parameter name in README (#19528) * fix gossip configuration parameter name Signed-off-by: Oleg Dianov * bump chart version Signed-off-by: Oleg Dianov --- stable/consul/Chart.yaml | 2 +- stable/consul/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/consul/Chart.yaml b/stable/consul/Chart.yaml index 5c25affcfe..96ec7ac590 100755 --- a/stable/consul/Chart.yaml +++ b/stable/consul/Chart.yaml @@ -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 diff --git a/stable/consul/README.md b/stable/consul/README.md index 6a9caca453..3664241b62 100644 --- a/stable/consul/README.md +++ b/stable/consul/README.md @@ -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` |