Merge pull request #1049 from Wamgleb/fix-pause-annotation-bug

fix:Rename pause-deployment-annotation to pause-deployment-time-annot…
This commit is contained in:
Muhammad Safwan Karim
2025-11-14 21:50:22 +05:00
committed by GitHub

View File

@@ -280,7 +280,7 @@ spec:
- "{{ .Values.reloader.custom_annotations.pausePeriod }}"
{{- end }}
{{- if .Values.reloader.custom_annotations.pauseTime }}
- "--pause-deployment-annotation"
- "--pause-deployment-time-annotation"
- "{{ .Values.reloader.custom_annotations.pauseTime }}"
{{- end }}
{{- if .Values.reloader.webhookUrl }}