mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/envoy] Fix typo for envoy (#23258)
* Fix typo Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp> * Bump minor version Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp>
This commit is contained in:
@@ -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.9.0
|
||||
version: 1.9.1
|
||||
appVersion: 1.11.2
|
||||
keywords:
|
||||
- envoy
|
||||
|
||||
@@ -89,7 +89,7 @@ spec:
|
||||
mountPath: {{ $value.mountPath }}
|
||||
{{- end }}
|
||||
lifecycle:
|
||||
{{ toYaml .Values.lifecyle | nindent 12 }}
|
||||
{{ toYaml .Values.lifecycle | nindent 12 }}
|
||||
|
||||
{{- if .Values.sidecarContainersTemplate }}
|
||||
{{ tpl .Values.sidecarContainersTemplate $ | nindent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user