mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-23 22:16:45 +00:00
Fix yaml error in deployment manifest
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
@@ -118,14 +118,7 @@ spec:
|
||||
- mountPath: /tmp/
|
||||
name: tmp-volume
|
||||
{{- end }}
|
||||
{{- if or (.Values.reloader.logFormat)
|
||||
(.Values.reloader.ignoreSecrets)
|
||||
(.Values.reloader.ignoreNamespaces)
|
||||
(.Values.reloader.ignoreConfigMaps)
|
||||
(.Values.reloader.custom_annotations)
|
||||
(eq .Values.reloader.isArgoRollouts true)
|
||||
(ne .Values.reloader.reloadStrategy "default")
|
||||
}}
|
||||
{{- if or (.Values.reloader.logFormat) (.Values.reloader.ignoreSecrets) (.Values.reloader.ignoreNamespaces) (.Values.reloader.ignoreConfigMaps) (.Values.reloader.custom_annotations) (eq .Values.reloader.isArgoRollouts true) (ne .Values.reloader.reloadStrategy "default")}}
|
||||
args:
|
||||
{{- if .Values.reloader.logFormat }}
|
||||
- "--log-format={{ .Values.reloader.logFormat }}"
|
||||
|
||||
Reference in New Issue
Block a user