mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/contour] Fix ingressClass (#7381)
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: 5.5.0
|
||||
version: 5.5.1
|
||||
|
||||
@@ -68,8 +68,8 @@ spec:
|
||||
- --contour-cert-file=/certs/tls.crt
|
||||
- --contour-key-file=/certs/tls.key
|
||||
- --config-path=/config/contour.yaml
|
||||
{{- if .Values.ingressClass }}
|
||||
- --ingress-class-name={{ .Values.ingressClass }}
|
||||
{{- if .Values.contour.ingressClass }}
|
||||
- --ingress-class-name={{ .Values.contour.ingressClass }}
|
||||
{{- end }}
|
||||
{{- if .Values.contour.extraArgs }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.contour.extraArgs "context" $) | nindent 12 }}
|
||||
|
||||
Reference in New Issue
Block a user