[stable/traefik] Add startupArguments to storeconfig job (#17587)

As specific startupArguments could be provided to the deployment, the sames
should be provided to the storeconfig job.

Signed-off-by: Jonathan Piron <jonathanpiron@gmail.com>
This commit is contained in:
Jonathan Piron
2019-11-05 06:56:39 -08:00
committed by Kubernetes Prow Robot
parent 7a04b11345
commit 202807974f
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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:
@@ -25,6 +25,9 @@ spec:
args:
- storeconfig
- --configfile=/config/traefik.toml
{{- range .Values.startupArguments }}
- {{ . }}
{{- end }}
volumeMounts:
- mountPath: /config
name: config