mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo to enable access log option (#2671)
This commit is contained in:
committed by
Vic Iglesias
parent
dcc8b1a5c4
commit
d7d20dfa4f
@@ -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:
|
||||
|
||||
@@ -55,7 +55,7 @@ data:
|
||||
{{- end}}
|
||||
{{- end}}
|
||||
{{- if .Values.accessLogs.enabled }}
|
||||
[accessLogs]
|
||||
[accessLog]
|
||||
{{- if .Values.accessLogs.filePath }}
|
||||
filePath = "{{ .Values.accessLogs.filePath }}"
|
||||
{{- end}}
|
||||
|
||||
Reference in New Issue
Block a user