fixing some traefik bugs

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 09:43:55 +02:00
parent 17baddcb73
commit d2f09df913
3 changed files with 4 additions and 6 deletions

View File

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

View File

@@ -7,10 +7,9 @@ kind: IngressRoute
metadata:
name: {{ include "common.names.fullname" . }}-dashboard
annotations:
helm.sh/hook: "post-install,post-upgrade"
{{- with .Values.ingressRoute.dashboard.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.ingressRoute.dashboard.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "common.labels" . | nindent 4 }}
spec:

View File

@@ -8,6 +8,5 @@ metadata:
name: {{ $name }}
spec:
{{- toYaml $config | nindent 2 }}
---
{{- end -}}
{{- end -}}