Fix syntax issue in consul chart

Signed-off-by: tompizmor <tompizmor@gmail.com>
This commit is contained in:
tompizmor
2019-03-26 16:43:03 +01:00
parent ca4ffdd9ac
commit 88c5b9e497
2 changed files with 2 additions and 2 deletions

View File

@@ -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/

View File

@@ -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" . }}"