diff --git a/deployments/kubernetes/chart/reloader/templates/deployment.yaml b/deployments/kubernetes/chart/reloader/templates/deployment.yaml index c2ce956a..87384620 100644 --- a/deployments/kubernetes/chart/reloader/templates/deployment.yaml +++ b/deployments/kubernetes/chart/reloader/templates/deployment.yaml @@ -124,16 +124,24 @@ spec: {{- if .Values.reloader.custom_annotations }} {{- if .Values.reloader.custom_annotations.configmap }} - - "--configmap-annotation" - - "{{ .Values.reloader.custom_annotations.configmap }}" + - "--configmap-annotation" + - "{{ .Values.reloader.custom_annotations.configmap }}" {{- end }} {{- if .Values.reloader.custom_annotations.secret }} - - "--secret-annotation" - - "{{ .Values.reloader.custom_annotations.secret }}" + - "--secret-annotation" + - "{{ .Values.reloader.custom_annotations.secret }}" {{- end }} {{- if .Values.reloader.custom_annotations.auto }} - - "--auto-annotation" - - "{{ .Values.reloader.custom_annotations.auto }}" + - "--auto-annotation" + - "{{ .Values.reloader.custom_annotations.auto }}" + {{- end }} + {{- if .Values.reloader.custom_annotations.auto_search }} + - "--auto-search-annotation" + - "{{ .Values.reloader.custom_annotations.auto_search }}" + {{- end }} + {{- if .Values.reloader.custom_annotations.search_match }} + - "--search-match-annotation" + - "{{ .Values.reloader.custom_annotations.search_match }}" {{- end }} {{- end }} {{- end }}