fix traefik objects not being encapsuled by --- 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: 7.0.5
|
version: 7.0.6
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{{/* 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
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{{/* Define the tlsOptions */}}
|
{{/* Define the tlsOptions */}}
|
||||||
{{- define "traefik.tlsOptions" -}}
|
{{- define "traefik.tlsOptions" -}}
|
||||||
{{- range $name, $config := .Values.tlsOptions }}
|
{{- range $name, $config := .Values.tlsOptions }}
|
||||||
|
---
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.containo.us/v1alpha1
|
||||||
kind: TLSOption
|
kind: TLSOption
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user