fix: ensure traefik TLSOPtions get rendered correctly
This commit is contained in:
@@ -22,4 +22,4 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.1
|
version: 8.0.2
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{{/* Define the ingressRoute */}}
|
{{/* Define the ingressRoute */}}
|
||||||
{{- define "traefik.ingressRoute" -}}
|
{{- define "traefik.ingressRoute" -}}
|
||||||
{{- if .Values.ingressRoute.dashboard.enabled -}}
|
{{- if .Values.ingressRoute.dashboard.enabled }}
|
||||||
---
|
---
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.containo.us/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
|
|||||||
@@ -8,5 +8,5 @@ metadata:
|
|||||||
name: {{ $name }}
|
name: {{ $name }}
|
||||||
spec:
|
spec:
|
||||||
{{- toYaml $config | nindent 2 }}
|
{{- toYaml $config | nindent 2 }}
|
||||||
{{- end -}}
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user