fix typo to enable access log option (#2671)

This commit is contained in:
Kent Rancourt
2017-11-08 21:09:04 -08:00
committed by Vic Iglesias
parent dcc8b1a5c4
commit d7d20dfa4f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -55,7 +55,7 @@ data:
{{- end}}
{{- end}}
{{- if .Values.accessLogs.enabled }}
[accessLogs]
[accessLog]
{{- if .Values.accessLogs.filePath }}
filePath = "{{ .Values.accessLogs.filePath }}"
{{- end}}