diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 00abdb2daa..e2a9b8c24e 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.14.0 +version: 1.14.1 appVersion: 1.4.1 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: diff --git a/stable/traefik/templates/configmap.yaml b/stable/traefik/templates/configmap.yaml index 7b8d64722a..4bb17b8583 100644 --- a/stable/traefik/templates/configmap.yaml +++ b/stable/traefik/templates/configmap.yaml @@ -55,7 +55,7 @@ data: {{- end}} {{- end}} {{- if .Values.accessLogs.enabled }} - [accessLogs] + [accessLog] {{- if .Values.accessLogs.filePath }} filePath = "{{ .Values.accessLogs.filePath }}" {{- end}}