Replaced toml block for traefik logs (#8288)

Signed-off-by: Oleksandr Stepanov <alexandrst88@gmail.com>
This commit is contained in:
Aleksandr Stepanov
2018-10-09 02:46:21 -07:00
committed by k8s-ci-robot
parent 2ec1ade54e
commit cc3243d274
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.49.0
version: 1.50.0
appVersion: 1.7.2
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
+4 -4
View File
@@ -15,10 +15,6 @@ data:
{{- else }}
logLevel = "INFO"
{{- end }}
{{- if .Values.traefikLogFormat }}
[traefikLog]
format = "{{ .Values.traefikLogFormat }}"
{{- end }}
{{- if .Values.sendAnonymousUsage }}
sendAnonymousUsage = true
{{- end }}
@@ -138,6 +134,10 @@ data:
{{- end}}
{{- end}}
{{- end}}
{{- if .Values.traefikLogFormat }}
[traefikLog]
format = "{{ .Values.traefikLogFormat }}"
{{- end }}
{{- if .Values.accessLogs.enabled }}
[accessLog]
{{- if .Values.accessLogs.filePath }}