fix(traefik): fix errors rendering ingressroute
This commit is contained in:
@@ -22,7 +22,7 @@ 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: 10.0.56
|
version: 10.0.57
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -21,5 +21,5 @@ spec:
|
|||||||
services:
|
services:
|
||||||
- name: api@internal
|
- name: api@internal
|
||||||
kind: TraefikService
|
kind: TraefikService
|
||||||
{{- end -}}
|
{{ end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user