Merge pull request #1146 from riptide-01/feat/ignore-annotation-flag

feat: add --ignore-annotation flag to override reloader.stakater.com/ignore
This commit is contained in:
Muhammad Safwan Karim
2026-06-12 15:09:42 +05:00
committed by GitHub
4 changed files with 7 additions and 0 deletions
@@ -280,6 +280,10 @@ spec:
{{- if .Values.reloader.custom_annotations.match }}
- "--search-match-annotation"
- "{{ .Values.reloader.custom_annotations.match }}"
{{- end }}
{{- if .Values.reloader.custom_annotations.ignore }}
- "--ignore-annotation"
- "{{ .Values.reloader.custom_annotations.ignore }}"
{{- end }}
{{- if .Values.reloader.custom_annotations.pausePeriod }}
- "--pause-deployment-annotation"
@@ -215,6 +215,7 @@ reloader:
# custom_annotations:
# configmap: "my.company.com/configmap"
# secret: "my.company.com/secret"
# ignore: "my.company.com/reloader-ignore"
custom_annotations: {}
serviceMonitor: