mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
Fix syntax issue in consul chart
Signed-off-by: tompizmor <tompizmor@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: consul
|
||||
version: 4.2.2
|
||||
version: 4.2.3
|
||||
appVersion: 1.4.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 configuration easy.
|
||||
home: https://www.consul.io/
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
type: {{ .Values.updateStrategy.type }}
|
||||
{{- if (eq "Recreate" .Values.updateStrategy.type) }}
|
||||
rollingUpdate: null
|
||||
{{- else }}
|
||||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
name: "{{ template "consul.fullname" . }}"
|
||||
|
||||
Reference in New Issue
Block a user