mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/consul] Fix duplicated bootstrap expect (#3951)
This commit is contained in:
committed by
GitHub
parent
6d76abefb5
commit
c8412ca734
@@ -132,8 +132,6 @@ spec:
|
||||
value: "true"
|
||||
- name: CONSUL_BOOTSTRAP_EXPECT
|
||||
value: {{ default 3 .Values.replicas | quote }}
|
||||
- name: CONSUL_BOOTSTRAP_EXPECT
|
||||
value: {{ .Values.replicas | quote }}
|
||||
- name: CONSUL_RAFT_MULTIPLIER
|
||||
value: {{ .Values.raftMultiplier | quote }}
|
||||
- name: CONSUL_DOMAIN
|
||||
|
||||
Reference in New Issue
Block a user