mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-22 13:36:54 +00:00
add support for logFormat argument in deployment
This commit is contained in:
@@ -92,6 +92,9 @@ spec:
|
||||
name: tmp-volume
|
||||
{{- end }}
|
||||
args:
|
||||
{{- if .Values.reloader.logFormat }}
|
||||
- "--log-format={{ .Values.reloader.logFormat }}"
|
||||
{{- end }}
|
||||
{{- if .Values.reloader.ignoreSecrets }}
|
||||
- "--resources-to-ignore=secrets"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user