mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/consul] Fix ignoring gossip-key passed via values (#8784)
Signed-off-by: Krishnaswamy Subramanian <jskswamy@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
c20cdd2648
commit
f49709ff52
@@ -1,6 +1,6 @@
|
||||
name: consul
|
||||
home: https://github.com/hashicorp/consul
|
||||
version: 3.4.0
|
||||
version: 3.4.1
|
||||
appVersion: 1.0.0
|
||||
description: Highly available and distributed service discovery and key-value store
|
||||
designed with support for the modern data center to make distributed systems and
|
||||
|
||||
@@ -10,5 +10,9 @@ metadata:
|
||||
component: "{{ .Release.Name }}-{{ .Values.Component }}"
|
||||
type: Opaque
|
||||
data:
|
||||
{{ if .Values.GossipKey }}
|
||||
gossip-key: {{ .Values.GossipKey | b64enc }}
|
||||
{{ else }}
|
||||
gossip-key: {{ randAlphaNum 24 | b64enc }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user