mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix debug mode cannot be enabled when logLevel is specified (#5806)
* Fix debug mode cannot be enabled when logLevel is specified * Increase traefik chart version to 1.31.2 * Bump traefik chart version to 1.33.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.33.0
|
||||
version: 1.33.1
|
||||
appVersion: 1.6.2
|
||||
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
|
||||
keywords:
|
||||
|
||||
@@ -10,9 +10,10 @@ metadata:
|
||||
data:
|
||||
traefik.toml: |
|
||||
# traefik.toml
|
||||
logLevel = "INFO"
|
||||
{{- if .Values.debug.enabled }}
|
||||
debug = true
|
||||
{{- else }}
|
||||
logLevel = "INFO"
|
||||
{{- end }}
|
||||
{{- if .Values.sendAnonymousUsage }}
|
||||
sendAnonymousUsage = true
|
||||
|
||||
Reference in New Issue
Block a user