mirror of
https://github.com/bitnami/charts.git
synced 2026-02-20 03:58:02 +08:00
[bitnami/contour]: fix typos (#8626)
This commit is contained in:
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/envoyproxy/envoy
|
||||
- https://github.com/bitnami/bitnami-docker-contour
|
||||
- https://projectcontour.io
|
||||
version: 7.3.0
|
||||
version: 7.3.1
|
||||
|
||||
@@ -235,7 +235,7 @@ spec:
|
||||
port: 8090
|
||||
scheme: HTTP
|
||||
{{- if .Values.envoy.sidecars }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.envoy.sidecars "cotext" $ ) | nindent 8 }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.envoy.sidecars "context" $ ) | nindent 8 }}
|
||||
{{- end }}
|
||||
initContainers:
|
||||
- command:
|
||||
|
||||
@@ -246,7 +246,7 @@ spec:
|
||||
port: 8090
|
||||
scheme: HTTP
|
||||
{{- if .Values.envoy.sidecars }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.envoy.sidecars "cotext" $ ) | nindent 8 }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.envoy.sidecars "context" $ ) | nindent 8 }}
|
||||
{{- end }}
|
||||
initContainers:
|
||||
- command:
|
||||
|
||||
Reference in New Issue
Block a user