mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Replaced toml block for traefik logs (#8288)
Signed-off-by: Oleksandr Stepanov <alexandrst88@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
2ec1ade54e
commit
cc3243d274
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user