diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 832477f354..7ce0f9c083 100644 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.78.5 +version: 1.79.0 appVersion: 1.7.14 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: diff --git a/stable/traefik/templates/storeconfig-job.yaml b/stable/traefik/templates/storeconfig-job.yaml index f0964cbbdf..c16c6da8ad 100644 --- a/stable/traefik/templates/storeconfig-job.yaml +++ b/stable/traefik/templates/storeconfig-job.yaml @@ -25,6 +25,9 @@ spec: args: - storeconfig - --configfile=/config/traefik.toml + {{- range .Values.startupArguments }} + - {{ . }} + {{- end }} volumeMounts: - mountPath: /config name: config