fix(traefik): fix errors rendering ingressroute

This commit is contained in:
kjeld Schouten-Lebbing 2022-02-15 23:10:36 +01:00
parent 431111781b
commit 583f0a1860
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 10.0.56
version: 10.0.57
annotations:
truecharts.org/catagories: |
- network

View File

@ -1,6 +1,6 @@
{{/* Define the ingressRoute */}}
{{- define "traefik.ingressRoute" -}}
{{- if .Values.ingressRoute.dashboard.enabled }}
{{ if .Values.ingressRoute.dashboard.enabled }}
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
@ -21,5 +21,5 @@ spec:
services:
- name: api@internal
kind: TraefikService
{{- end -}}
{{ end }}
{{- end -}}