fix deployment args, add custom_annotations.auto_search, search_match

This commit is contained in:
wtayyeb
2021-02-18 10:44:13 +03:30
committed by GitHub
parent dc3494c041
commit e7516e82e3
@@ -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 }}