[stable/envoy] Fix syntax error in deployment (#8609)

Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>
This commit is contained in:
Igor Zibarev
2018-10-29 17:04:32 -07:00
committed by k8s-ci-robot
parent ac62f98f9f
commit c72766372e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Envoy is an open source edge and service proxy, designed for cloud-native applications.
name: envoy
version: 1.1.0
version: 1.1.1
appVersion: 1.6
keywords:
- envoy
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
{{ toYaml .Values.securityContext | indent 8 }}
{{- if .Values.priorityClassName }}
priorityClassName: "{{ .Values.priorityClassName }}"
+{{- end }}
{{- end }}
containers:
- name: envoy