mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/envoy] Fix syntax error in deployment (#8609)
Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
ac62f98f9f
commit
c72766372e
@@ -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
|
||||
|
||||
@@ -44,7 +44,7 @@ spec:
|
||||
{{ toYaml .Values.securityContext | indent 8 }}
|
||||
{{- if .Values.priorityClassName }}
|
||||
priorityClassName: "{{ .Values.priorityClassName }}"
|
||||
+{{- end }}
|
||||
{{- end }}
|
||||
containers:
|
||||
|
||||
- name: envoy
|
||||
|
||||
Reference in New Issue
Block a user