mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
7a04b11345
commit
202807974f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user