fix traefik objects not being encapsuled by --- correctly

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-05 00:27:30 +02:00
parent f80e053900
commit 84bc6d68fc
3 changed files with 3 additions and 1 deletions

View File

@@ -22,4 +22,4 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 7.0.5
version: 7.0.6

View File

@@ -1,6 +1,7 @@
{{/* Define the ingressRoute */}}
{{- define "traefik.ingressRoute" -}}
{{- if .Values.ingressRoute.dashboard.enabled -}}
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:

View File

@@ -1,6 +1,7 @@
{{/* Define the tlsOptions */}}
{{- define "traefik.tlsOptions" -}}
{{- range $name, $config := .Values.tlsOptions }}
---
apiVersion: traefik.containo.us/v1alpha1
kind: TLSOption
metadata: